Add tamper device class for binary sensor (#1084)

This commit is contained in:
Franck Nijhof 2021-10-16 23:43:15 +02:00 committed by GitHub
parent 50b22f798d
commit be98cd9303
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,6 +42,7 @@ Properties should always only return information from memory and not do I/O (lik
| 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).
| tamper | On means tampering detected, Off means no tampering (clear)
| update | On means update available, Off means up-to-date.
| vibration | On means vibration detected, Off means no vibration.
| window | On means open, Off means closed.