Add missing update device class to binary sensor (#20338)

This commit is contained in:
Franck Nijhof 2021-11-17 11:21:12 +01:00 committed by GitHub
parent e55c8ba5ca
commit a7f6ec3ca5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,6 +68,7 @@ The full list of supported binary sensor device classes is below
- **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 (clear)
- **window**: `on` means open, `off` means closed