Add zeroconf discovery to ecobee for non-homekit models (#62335)

This commit is contained in:
J. Nick Koston 2021-12-19 14:13:23 -06:00 committed by GitHub
parent 368e16f189
commit cb26862d7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 0 deletions

View File

@ -12,5 +12,9 @@
"homekit": {
"models": ["EB-*", "ecobee*"]
},
"zeroconf": [
{"type":"_sideplay._tcp.local.", "properties": {"mdl":"eb-*"}},
{"type":"_sideplay._tcp.local.", "properties": {"mdl":"ecobee*"}}
],
"iot_class": "cloud_polling"
}

View File

@ -283,6 +283,20 @@ ZEROCONF = {
}
}
],
"_sideplay._tcp.local.": [
{
"domain": "ecobee",
"properties": {
"mdl": "eb-*"
}
},
{
"domain": "ecobee",
"properties": {
"mdl": "ecobee*"
}
}
],
"_sonos._tcp.local.": [
{
"domain": "sonos"