core/homeassistant/components/nexia/strings.json

21 lines
532 B
JSON

{
"config": {
"step": {
"user": {
"title": "Connect to mynexia.com",
"data": {
"username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]"
}
}
},
"error": {
"cannot_connect": "Failed to connect, please try again",
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"abort": {
"already_configured": "This nexia home is already configured"
}
}
}