Files

33 lines
659 B
JSON

{
"domain": "ecobee",
"name": "ecobee",
"codeowners": [],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/ecobee",
"homekit": {
"models": ["EB", "ecobee*"]
},
"integration_type": "hub",
"iot_class": "cloud_polling",
"loggers": ["pyecobee"],
"requirements": ["python-ecobee-api==0.4.1"],
"single_config_entry": true,
"zeroconf": [
{
"type": "_ecobee._tcp.local."
},
{
"properties": {
"mdl": "eb-*"
},
"type": "_sideplay._tcp.local."
},
{
"properties": {
"mdl": "ecobee*"
},
"type": "_sideplay._tcp.local."
}
]
}