31 lines
912 B
JSON
31 lines
912 B
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "Device is already configured"
|
|
},
|
|
"error": {
|
|
"auth_not_supported": "Shelly devices requiring authentication are not currently supported.",
|
|
"cannot_connect": "Failed to connect",
|
|
"invalid_auth": "Invalid authentication",
|
|
"unknown": "Unexpected error"
|
|
},
|
|
"flow_title": "Shelly: {name}",
|
|
"step": {
|
|
"confirm_discovery": {
|
|
"description": "Do you want to set up the {model} at {host}?"
|
|
},
|
|
"credentials": {
|
|
"data": {
|
|
"password": "Password",
|
|
"username": "Username"
|
|
}
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"host": "Host"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"title": "Shelly"
|
|
} |