28 lines
588 B
JSON
28 lines
588 B
JSON
{
|
|
"domain": "ecobee",
|
|
"name": "ecobee",
|
|
"codeowners": ["@marthoc", "@marcolivierarsenault"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/ecobee",
|
|
"homekit": {
|
|
"models": ["EB-*", "ecobee*"]
|
|
},
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["pyecobee"],
|
|
"requirements": ["python-ecobee-api==0.2.14"],
|
|
"zeroconf": [
|
|
{
|
|
"type": "_sideplay._tcp.local.",
|
|
"properties": {
|
|
"mdl": "eb-*"
|
|
}
|
|
},
|
|
{
|
|
"type": "_sideplay._tcp.local.",
|
|
"properties": {
|
|
"mdl": "ecobee*"
|
|
}
|
|
}
|
|
]
|
|
}
|