Add input_select and select domain support for HomeKit (#54760)
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
parent
46f05ca279
commit
433775cf4b
5 changed files with 117 additions and 1 deletions
|
@ -84,6 +84,7 @@ SUPPORTED_DOMAINS = [
|
|||
"fan",
|
||||
"humidifier",
|
||||
"input_boolean",
|
||||
"input_select",
|
||||
"light",
|
||||
"lock",
|
||||
MEDIA_PLAYER_DOMAIN,
|
||||
|
@ -91,6 +92,7 @@ SUPPORTED_DOMAINS = [
|
|||
REMOTE_DOMAIN,
|
||||
"scene",
|
||||
"script",
|
||||
"select",
|
||||
"sensor",
|
||||
"switch",
|
||||
"vacuum",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue