1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-core/homeassistant/components/tado/manifest.json
2022-01-16 13:47:13 +01:00

18 lines
352 B
JSON

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