Add event platform to unifiprotect (#120681)

* Add event platform to unifiprotect

* Add event platform to unifiprotect

* Add event platform to unifiprotect

* Add event platform to unifiprotect

* adjust

* tweaks

* translations

* coverage

* coverage

* Update tests/components/unifiprotect/test_event.py
This commit is contained in:
J. Nick Koston 2024-06-29 00:49:14 -05:00 committed by GitHub
parent 0dfb5bd7d9
commit 2cfd6d53bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 268 additions and 0 deletions

View file

@ -61,6 +61,7 @@ PLATFORMS = [
Platform.BINARY_SENSOR,
Platform.BUTTON,
Platform.CAMERA,
Platform.EVENT,
Platform.LIGHT,
Platform.LOCK,
Platform.MEDIA_PLAYER,