Add running device class to binary sensor (#1106)

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

View File

@ -39,6 +39,7 @@ Properties should always only return information from memory and not do I/O (lik
| 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).