* airtouch 4 climate control integration * enhance tests for airtouch. Fix linting issues * Fix tests * rework tests * fix latest qa issues * Clean up * add already_configured message * Use common string * further qa fixes * simplify airtouch4 domain storage Co-authored-by: Franck Nijhof <git@frenck.dev> Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
13 lines
No EOL
279 B
JSON
13 lines
No EOL
279 B
JSON
{
|
|
"domain": "airtouch4",
|
|
"name": "AirTouch 4",
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/airtouch4",
|
|
"requirements": [
|
|
"airtouch4pyapi==1.0.5"
|
|
],
|
|
"codeowners": [
|
|
"@LonePurpleWolf"
|
|
],
|
|
"iot_class": "local_polling"
|
|
} |