📚 update low_battery to battery (#6395)

This was changed in this commit:

657b34f4bb (diff-b1619cfacd2bce39d63ad3617b4ab5efR55)
This commit is contained in:
Timmo 2018-10-01 08:26:37 +01:00 committed by Fabian Affolter
parent da0702e2c1
commit 811600129b

View File

@ -24,7 +24,7 @@ binary_sensor:
monitored_conditions:
- presence
- door
- low_battery
- battery
```
{% configuration %}
@ -45,4 +45,4 @@ The following conditions can be monitored:
* (`wet`): On means too wet (humidity), Off means normal.
* (`light`): On means light detected, Off means no light.
* (`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.