Add homekit discovery to ecobee ()

pull/62335/head
J. Nick Koston 2021-12-19 13:17:19 -06:00 committed by GitHub
parent f9e38cd08b
commit b63c766ec0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions
homeassistant
components/ecobee
generated

View File

@ -9,5 +9,8 @@
"codeowners": [ "codeowners": [
"@marthoc" "@marthoc"
], ],
"homekit": {
"models": ["EB-*", "ecobee*"]
},
"iot_class": "cloud_polling" "iot_class": "cloud_polling"
} }

View File

@ -344,6 +344,7 @@ HOMEKIT = {
"BSB002": "hue", "BSB002": "hue",
"C105X": "roku", "C105X": "roku",
"C135X": "roku", "C135X": "roku",
"EB-*": "ecobee",
"Healty Home Coach": "netatmo", "Healty Home Coach": "netatmo",
"Iota": "abode", "Iota": "abode",
"LIFX": "lifx", "LIFX": "lifx",
@ -361,6 +362,7 @@ HOMEKIT = {
"Welcome": "netatmo", "Welcome": "netatmo",
"Wemo": "wemo", "Wemo": "wemo",
"YL*": "yeelight", "YL*": "yeelight",
"ecobee*": "ecobee",
"iSmartGate": "gogogate2", "iSmartGate": "gogogate2",
"iZone": "izone", "iZone": "izone",
"tado": "tado" "tado": "tado"