mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
📚 update low_battery to battery (#6395)
This was changed in this commit:
657b34f4bb (diff-b1619cfacd2bce39d63ad3617b4ab5efR55)
This commit is contained in:
parent
da0702e2c1
commit
811600129b
@ -24,7 +24,7 @@ binary_sensor:
|
|||||||
monitored_conditions:
|
monitored_conditions:
|
||||||
- presence
|
- presence
|
||||||
- door
|
- door
|
||||||
- low_battery
|
- battery
|
||||||
```
|
```
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
@ -45,4 +45,4 @@ The following conditions can be monitored:
|
|||||||
* (`wet`): On means too wet (humidity), Off means normal.
|
* (`wet`): On means too wet (humidity), Off means normal.
|
||||||
* (`light`): On means light detected, Off means no light.
|
* (`light`): On means light detected, Off means no light.
|
||||||
* (`moisture`): On means moisture detected (wet), Off means no moisture (dry).
|
* (`moisture`): On means moisture detected (wet), Off means no moisture (dry).
|
||||||
* (`low_battery`): On means tag battery is low, Off means normal.
|
* (`battery`): On means tag battery is low, Off means normal.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user