Add tamper device class for binary sensor (#19755)

This commit is contained in:
Franck Nijhof 2021-10-22 12:27:05 +02:00 committed by GitHub
parent 190648c618
commit 1ea042ba69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,7 @@ The full list of supported binary sensor device classes is below
- **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)
- **update**: `on` means update available, `off` means up-to-date
- **tamper**: `on` means tampering detected, `off` means no tampering (clear)
- **vibration**: `on` means vibration detected, `off` means no vibration (clear)
- **window**: `on` means open, `off` means closed