Fix Acaia headers (#37058)

Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
Joost Lekkerkerker 2025-01-22 20:36:59 +01:00 committed by GitHub
parent 57287d98be
commit 81f160d9a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,19 +34,19 @@ Device:
description: "The Bluetooth device that is your scale." description: "The Bluetooth device that is your scale."
{% endconfiguration_basic %} {% endconfiguration_basic %}
# Available platforms & entities ## Available platforms & entities
## Binary sensors ### Binary sensors
- **Timer running**: Whether the timer is currently running on the scale - **Timer running**: Whether the timer is currently running on the scale
## Buttons ### Buttons
- **Tare**: Tares the scale. - **Tare**: Tares the scale.
- **Reset timer**: Resets the timer. If the timer is running, it will continue to run. - **Reset timer**: Resets the timer. If the timer is running, it will continue to run.
- **Start/stop timer**: Starts or stops the timer, depending on whether the timer is currently running. Does not reset, but continue the timer. - **Start/stop timer**: Starts or stops the timer, depending on whether the timer is currently running. Does not reset, but continue the timer.
## Sensors ### Sensors
- **Battery**: Current battery level of the scale. - **Battery**: Current battery level of the scale.
- **Volume flow rate**: Calculates the current flow rate (in mL/s) while brewing. - **Volume flow rate**: Calculates the current flow rate (in mL/s) while brewing.