ha-core/homeassistant/components/ecobee/manifest.json

31 lines
600 B
JSON

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