Add battery_charging to binary_sensor (#12975)

This commit is contained in:
J. Nick Koston 2020-04-14 17:15:04 -05:00 committed by GitHub
parent 8446840c1b
commit 0445076902
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,7 @@ The way these sensors are displayed in the frontend can be modified in the [cust
- **None**: Generic on/off. This is the default and doesn't need to be set.
- **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