Add support for doorbell buttons to homekit_controller (#50983)

This commit is contained in:
J. Nick Koston 2021-05-23 08:56:16 -05:00 committed by GitHub
parent 29205a9239
commit e1b6385b4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 415 additions and 0 deletions

View file

@ -16,6 +16,7 @@ from homeassistant.helpers.typing import ConfigType
from .const import DOMAIN, KNOWN_DEVICES, TRIGGERS
TRIGGER_TYPES = {
"doorbell",
"button1",
"button2",
"button3",