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-04-15 08:21:38 +00:00
|
|
|
"iot_class": "cloud_polling"
|
2021-11-09 17:23:03 +00:00
|
|
|
}
|