Update ecobee zeroconf/homekit discovery (#100091)

pull/100248/head
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,
"documentation": "https://www.home-assistant.io/integrations/ecobee",
"homekit": {
"models": ["EB-*", "ecobee*"]
"models": ["EB", "ecobee*"]
},
"iot_class": "cloud_polling",
"loggers": ["pyecobee"],
"requirements": ["python-ecobee-api==0.2.14"],
"zeroconf": [
{
"type": "_ecobee._tcp.local."
},
{
"type": "_sideplay._tcp.local.",
"properties": {

View File

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