core/homeassistant/components/daikin/strings.json

26 lines
999 B
JSON

{
"config": {
"step": {
"user": {
"title": "Configure Daikin AC",
"description": "Enter the IP address of your Daikin AC.\n\nNote that API key and password are only used by BRP072Cxx and SKYFi devices respectively.",
"data": {
"host": "[%key:common::config_flow::data::host%]",
"api_key": "[%key:common::config_flow::data::api_key%]",
"password": "[%key:common::config_flow::data::password%]"
}
}
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
},
"error": {
"unknown": "[%key:common::config_flow::error::unknown%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"api_password": "Invalid authentication, use either API Key or Password.",
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
}
}
}