Update binary_sensor for DEVICE_CLASS_BATTERY_CHARGING (#463)

This commit is contained in:
J. Nick Koston 2020-04-14 13:38:04 -05:00 committed by GitHub
parent 265cce2eb3
commit cd1f5f9780
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,7 @@ Properties should always only return information from memory and not do I/O (lik
| Value | Description
| ----- | -----------
| battery | On means low, Off means normal.
| battery_charging | On means charging, Off means not charging.
| cold | On means cold, Off means normal.
| connectivity | On means connected, Off means disconnected.
| door | On means open, Off means closed.