Add event entities to homekit_controller (#97140)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
d0512d5b26
commit
c0debaf26e
6 changed files with 401 additions and 2 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue