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