core/homeassistant/components/tado/manifest.json

19 lines
391 B
JSON

{
"domain": "tado",
"name": "Tado",
"documentation": "https://www.home-assistant.io/integrations/tado",
"requirements": ["python-tado==0.12.0"],
"codeowners": ["@michaelarnauts", "@north3221"],
"config_flow": true,
"homekit": {
"models": ["tado", "AC02"]
},
"dhcp": [
{
"hostname": "tado*"
}
],
"iot_class": "cloud_polling",
"loggers": ["PyTado"]
}