mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 01:07:10 +00:00
Update ecobee zeroconf/homekit discovery (#100091)
This commit is contained in:
parent
fa0b999d08
commit
1b40a56e2b
@ -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": {
|
||||||
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user