mirror of
https://github.com/home-assistant/core.git
synced 2026-05-24 09:20:11 +01:00
5a295ad42b
* config flow for daikin * tox test * return fixes * tox test fixes * tox formatting
19 lines
542 B
JSON
19 lines
542 B
JSON
{
|
|
"config": {
|
|
"title": "Daikin AC",
|
|
"step": {
|
|
"user": {
|
|
"title": "Configure Daikin AC",
|
|
"description": "Enter IP address of your Daikin AC.",
|
|
"data": {
|
|
"host": "Host"
|
|
}
|
|
}
|
|
},
|
|
"abort": {
|
|
"device_timeout": "Timeout connecting to the device.",
|
|
"device_fail": "Unexpected error creating device.",
|
|
"already_configured": "Device is already configured"
|
|
}
|
|
}
|
|
} |