Add event entities to homekit_controller (#97140)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
Jc2k 2023-07-26 07:20:41 +01:00 committed by GitHub
parent d0512d5b26
commit c0debaf26e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 401 additions and 2 deletions

View file

@ -53,6 +53,9 @@ HOMEKIT_ACCESSORY_DISPATCH = {
ServicesTypes.TELEVISION: "media_player",
ServicesTypes.VALVE: "switch",
ServicesTypes.CAMERA_RTP_STREAM_MANAGEMENT: "camera",
ServicesTypes.DOORBELL: "event",
ServicesTypes.STATELESS_PROGRAMMABLE_SWITCH: "event",
ServicesTypes.SERVICE_LABEL: "event",
}
CHARACTERISTIC_PLATFORMS = {