1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

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
2 changed files with 18 additions and 0 deletions

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"