mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 23:57:06 +00:00

* 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>
18 lines
318 B
JSON
18 lines
318 B
JSON
{
|
|
"config": {
|
|
|
|
"error": {
|
|
"cannot_connect": "Failed to connect",
|
|
"no_units": "Could not find any AirTouch 4 Groups."
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"title": "Setup your AirTouch 4.",
|
|
"data": {
|
|
"host": "Host"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|