Add running device class to binary sensor (#19963)

This commit is contained in:
Joakim Sørensen 2021-10-25 23:05:56 +02:00 committed by GitHub
parent 70724f016e
commit cdf7c7ea82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,6 +63,7 @@ The full list of supported binary sensor device classes is below
- **power**: `on` means power detected, `off` means no power
- **presence**: `on` means home, `off` means away
- **problem**: `on` means problem detected, `off` means no problem (OK)
- **running**: `on` means running, `off` means not running
- **safety**: `on` means unsafe, `off` means safe
- **smoke**: `on` means smoke detected, `off` means no smoke (clear)
- **sound**: `on` means sound detected, `off` means no sound (clear)