Add support for doorbell buttons to homekit_controller (#50983)
This commit is contained in:
parent
29205a9239
commit
e1b6385b4d
3 changed files with 415 additions and 0 deletions
|
@ -16,6 +16,7 @@ from homeassistant.helpers.typing import ConfigType
|
|||
from .const import DOMAIN, KNOWN_DEVICES, TRIGGERS
|
||||
|
||||
TRIGGER_TYPES = {
|
||||
"doorbell",
|
||||
"button1",
|
||||
"button2",
|
||||
"button3",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue