1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 23:53:49 +01:00
Files
core/homeassistant/components/tado/manifest.json
2026-01-11 13:24:22 +01:00

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"]
}