core/homeassistant/components/daikin/translations/en.json

23 lines
729 B
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
"device_fail": "Unexpected error",
"device_timeout": "Failed to connect",
"forbidden": "Invalid authentication"
},
"step": {
"user": {
"data": {
"host": "Host",
"key": "API Key",
"password": "Password"
},
"description": "Enter IP address of your Daikin AC.\n\nNote that API Key and Password are used by BRP072Cxx and SKYFi devices respectively.",
"title": "Configure Daikin AC"
}
}
}
}