Update ecobee zeroconf/homekit discovery (#100091)

This commit is contained in:
J. Nick Koston 2023-09-12 15:24:38 -05:00 committed by GitHub
parent fa0b999d08
commit 1b40a56e2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 2 deletions

View File

@ -5,12 +5,15 @@
"config_flow": true, "config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/ecobee", "documentation": "https://www.home-assistant.io/integrations/ecobee",
"homekit": { "homekit": {
"models": ["EB-*", "ecobee*"] "models": ["EB", "ecobee*"]
}, },
"iot_class": "cloud_polling", "iot_class": "cloud_polling",
"loggers": ["pyecobee"], "loggers": ["pyecobee"],
"requirements": ["python-ecobee-api==0.2.14"], "requirements": ["python-ecobee-api==0.2.14"],
"zeroconf": [ "zeroconf": [
{
"type": "_ecobee._tcp.local."
},
{ {
"type": "_sideplay._tcp.local.", "type": "_sideplay._tcp.local.",
"properties": { "properties": {

View File

@ -44,7 +44,7 @@ HOMEKIT = {
"always_discover": True, "always_discover": True,
"domain": "roku", "domain": "roku",
}, },
"EB-*": { "EB": {
"always_discover": True, "always_discover": True,
"domain": "ecobee", "domain": "ecobee",
}, },
@ -386,6 +386,11 @@ ZEROCONF = {
"name": "wac*", "name": "wac*",
}, },
], ],
"_ecobee._tcp.local.": [
{
"domain": "ecobee",
},
],
"_elg._tcp.local.": [ "_elg._tcp.local.": [
{ {
"domain": "elgato", "domain": "elgato",