mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 23:53:49 +01:00
20 lines
403 B
JSON
20 lines
403 B
JSON
{
|
|
"domain": "tado",
|
|
"name": "Tado",
|
|
"codeowners": ["@erwindouna"],
|
|
"config_flow": true,
|
|
"dhcp": [
|
|
{
|
|
"hostname": "tado*"
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/tado",
|
|
"homekit": {
|
|
"models": ["tado", "AC02"]
|
|
},
|
|
"integration_type": "hub",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["PyTado"],
|
|
"requirements": ["python-tado==0.18.16"]
|
|
}
|