1
mirror of https://github.com/home-assistant/core synced 2024-08-28 03:36:46 +02:00
ha-core/homeassistant/components/tado/manifest.json
2024-01-04 23:41:56 +01:00

19 lines
408 B
JSON

{
"domain": "tado",
"name": "Tado",
"codeowners": ["@michaelarnauts", "@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.3"]
}