diff --git a/homeassistant/components/ecobee/manifest.json b/homeassistant/components/ecobee/manifest.json index 49f56956eea..a22ec48da90 100644 --- a/homeassistant/components/ecobee/manifest.json +++ b/homeassistant/components/ecobee/manifest.json @@ -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" } \ No newline at end of file diff --git a/homeassistant/generated/zeroconf.py b/homeassistant/generated/zeroconf.py index e7af0cd960d..d5b8839bd77 100644 --- a/homeassistant/generated/zeroconf.py +++ b/homeassistant/generated/zeroconf.py @@ -283,6 +283,20 @@ ZEROCONF = { } } ], + "_sideplay._tcp.local.": [ + { + "domain": "ecobee", + "properties": { + "mdl": "eb-*" + } + }, + { + "domain": "ecobee", + "properties": { + "mdl": "ecobee*" + } + } + ], "_sonos._tcp.local.": [ { "domain": "sonos"