Add input_select and select domain support for HomeKit (#54760)

Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
ha0y 2021-08-30 13:28:26 -07:00 committed by GitHub
parent 46f05ca279
commit 433775cf4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 117 additions and 1 deletions

View file

@ -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",