* Bumping to PyTado 0.16 and adding test coverage * Removing comment * Upgrading the deprecated functions * Updating tests to support paramterization * Delete test_config_flow.py Reverting the tests, which will be placed in a different PR. * Revert "Delete test_config_flow.py" This reverts commit 1719ebc990a32d3309f241f8adc8262008ca4ff3. * Reverting back changes
19 lines
393 B
JSON
19 lines
393 B
JSON
{
|
|
"domain": "tado",
|
|
"name": "Tado",
|
|
"codeowners": ["@michaelarnauts", "@chiefdragon"],
|
|
"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.16.0"]
|
|
}
|