2020-08-20 15:30:41 +00:00
{
2020-08-27 00:04:55 +00:00
"config" : {
"abort" : {
"already_configured" : "Device is already configured" ,
2020-10-04 00:05:05 +00:00
"already_in_progress" : "Configuration flow is already in progress" ,
2020-08-27 00:04:55 +00:00
"cannot_connect" : "Failed to connect" ,
"invalid_host" : "Invalid hostname or IP address" ,
2020-09-18 13:29:26 +00:00
"not_supported" : "Device not supported" ,
2020-08-27 00:04:55 +00:00
"unknown" : "Unexpected error"
} ,
"error" : {
"cannot_connect" : "Failed to connect" ,
"invalid_host" : "Invalid hostname or IP address" ,
"unknown" : "Unexpected error"
} ,
"flow_title" : "{name} ({model} at {host})" ,
"step" : {
"auth" : {
"title" : "Authenticate to the device"
} ,
"finish" : {
"data" : {
"name" : "Name"
} ,
"title" : "Choose a name for the device"
} ,
"reset" : {
2020-11-10 09:42:59 +00:00
"description" : "{name} ({model} at {host}) is locked. You need to unlock the device in order to authenticate and complete the configuration. Instructions:\n1. Open the Broadlink app.\n2. Click on the device.\n3. Click `...` in the upper right.\n4. Scroll to the bottom of the page.\n5. Disable the lock." ,
2020-08-27 00:04:55 +00:00
"title" : "Unlock the device"
} ,
"unlock" : {
"data" : {
"unlock" : "Yes, do it."
} ,
2020-11-10 09:42:59 +00:00
"description" : "{name} ({model} at {host}) is locked. This can lead to authentication problems in Home Assistant. Would you like to unlock it?" ,
2020-08-27 00:04:55 +00:00
"title" : "Unlock the device (optional)"
} ,
"user" : {
"data" : {
"host" : "Host" ,
"timeout" : "Timeout"
} ,
"title" : "Connect to the device"
}
2020-08-20 15:30:41 +00:00
}
}
2020-08-27 00:04:55 +00:00
}