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",
|
2020-01-06 20:28:23 +00:00
|
|
|
"config_flow": true,
|
|
|
|
"documentation": "https://www.home-assistant.io/integrations/ecobee",
|
2021-11-09 17:23:03 +00:00
|
|
|
"requirements": [
|
|
|
|
"python-ecobee-api==0.2.14"
|
|
|
|
],
|
|
|
|
"codeowners": [
|
|
|
|
"@marthoc"
|
|
|
|
],
|
2021-12-19 19:17:19 +00:00
|
|
|
"homekit": {
|
|
|
|
"models": ["EB-*", "ecobee*"]
|
|
|
|
},
|
2021-12-19 20:13:23 +00:00
|
|
|
"zeroconf": [
|
|
|
|
{"type":"_sideplay._tcp.local.", "properties": {"mdl":"eb-*"}},
|
|
|
|
{"type":"_sideplay._tcp.local.", "properties": {"mdl":"ecobee*"}}
|
|
|
|
],
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "cloud_polling",
|
|
|
|
"loggers": ["pyecobee"]
|
2021-11-09 17:23:03 +00:00
|
|
|
}
|