mirror of https://github.com/home-assistant/core
19 lines
389 B
JSON
19 lines
389 B
JSON
{
|
|
"domain": "tado",
|
|
"name": "Tado",
|
|
"codeowners": ["@chiefdragon", "@erwindouna"],
|
|
"config_flow": true,
|
|
"dhcp": [
|
|
{
|
|
"hostname": "tado*"
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/tado",
|
|
"homekit": {
|
|
"models": ["tado", "AC02"]
|
|
},
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["PyTado"],
|
|
"requirements": ["python-tado==0.17.7"]
|
|
}
|