2020-08-24 10:43:31 +00:00
{
"config" : {
"abort" : {
2020-09-27 00:06:49 +00:00
"already_configured" : "Device is already configured" ,
"unsupported_firmware" : "The device is using an unsupported firmware version."
2020-08-24 10:43:31 +00:00
} ,
"error" : {
2020-09-02 00:03:29 +00:00
"cannot_connect" : "Failed to connect" ,
"invalid_auth" : "Invalid authentication" ,
"unknown" : "Unexpected error"
2020-08-24 10:43:31 +00:00
} ,
2020-10-21 13:05:06 +00:00
"flow_title" : "{name}" ,
2020-08-24 10:43:31 +00:00
"step" : {
"confirm_discovery" : {
2020-11-05 09:09:22 +00:00
"description" : "Do you want to set up the {model} at {host}?\n\nBefore set up, battery-powered devices must be woken up by pressing the button on the device."
2020-08-24 10:43:31 +00:00
} ,
2020-09-01 12:08:37 +00:00
"credentials" : {
"data" : {
2020-09-02 00:03:29 +00:00
"password" : "Password" ,
"username" : "Username"
2020-09-01 12:08:37 +00:00
}
} ,
2020-08-24 10:43:31 +00:00
"user" : {
"data" : {
2020-09-02 00:03:29 +00:00
"host" : "Host"
2020-09-29 00:03:20 +00:00
} ,
2020-11-05 09:09:22 +00:00
"description" : "Before set up, battery-powered devices must be woken up by pressing the button on the device."
2020-08-24 10:43:31 +00:00
}
}
} ,
"title" : "Shelly"
}