2019-04-04 04:14:45 +00:00
|
|
|
{
|
2020-01-06 20:28:23 +00:00
|
|
|
"domain": "ecobee",
|
2020-02-12 15:29:06 +00:00
|
|
|
"name": "ecobee",
|
2023-02-08 19:19:19 +00:00
|
|
|
"codeowners": ["@marthoc", "@marcolivierarsenault"],
|
2020-01-06 20:28:23 +00:00
|
|
|
"config_flow": true,
|
|
|
|
"documentation": "https://www.home-assistant.io/integrations/ecobee",
|
2021-12-19 19:17:19 +00:00
|
|
|
"homekit": {
|
|
|
|
"models": ["EB-*", "ecobee*"]
|
|
|
|
},
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "cloud_polling",
|
2023-02-08 19:19:19 +00:00
|
|
|
"loggers": ["pyecobee"],
|
|
|
|
"requirements": ["python-ecobee-api==0.2.14"],
|
|
|
|
"zeroconf": [
|
|
|
|
{
|
|
|
|
"type": "_sideplay._tcp.local.",
|
|
|
|
"properties": {
|
|
|
|
"mdl": "eb-*"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "_sideplay._tcp.local.",
|
|
|
|
"properties": {
|
|
|
|
"mdl": "ecobee*"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
2022-03-30 08:56:37 +00:00
|
|
|
}
|