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",
|
2024-01-06 15:29:50 +00:00
|
|
|
"codeowners": [],
|
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": {
|
2023-09-12 20:24:38 +00:00
|
|
|
"models": ["EB", "ecobee*"]
|
2021-12-19 19:17:19 +00:00
|
|
|
},
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "cloud_polling",
|
2023-02-08 19:19:19 +00:00
|
|
|
"loggers": ["pyecobee"],
|
2023-10-27 19:46:59 +00:00
|
|
|
"requirements": ["python-ecobee-api==0.2.17"],
|
2023-02-08 19:19:19 +00:00
|
|
|
"zeroconf": [
|
2023-09-12 20:24:38 +00:00
|
|
|
{
|
|
|
|
"type": "_ecobee._tcp.local."
|
|
|
|
},
|
2023-02-08 19:19:19 +00:00
|
|
|
{
|
|
|
|
"type": "_sideplay._tcp.local.",
|
|
|
|
"properties": {
|
|
|
|
"mdl": "eb-*"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "_sideplay._tcp.local.",
|
|
|
|
"properties": {
|
|
|
|
"mdl": "ecobee*"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
2022-03-30 08:56:37 +00:00
|
|
|
}
|