2020-08-20 15:30:41 +00:00
{
"config" : {
"flow_title" : "{name} ({model} at {host})" ,
"step" : {
"user" : {
"title" : "Connect to the device" ,
"data" : {
"host" : "[%key:common::config_flow::data::host%]" ,
"timeout" : "Timeout"
}
} ,
"auth" : {
"title" : "Authenticate to the device"
} ,
"reset" : {
"title" : "Unlock the device" ,
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-20 15:30:41 +00:00
} ,
"unlock" : {
"title" : "Unlock the device (optional)" ,
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-20 15:30:41 +00:00
"data" : {
"unlock" : "Yes, do it."
}
} ,
"finish" : {
"title" : "Choose a name for the device" ,
"data" : {
2020-10-03 13:28:42 +00:00
"name" : "[%key:common::config_flow::data::name%]"
2020-08-20 15:30:41 +00:00
}
}
} ,
"abort" : {
"already_configured" : "[%key:common::config_flow::abort::already_configured_device%]" ,
2020-10-03 13:49:09 +00:00
"already_in_progress" : "[%key:common::config_flow::abort::already_in_progress%]" ,
2020-08-20 15:30:41 +00:00
"cannot_connect" : "[%key:common::config_flow::error::cannot_connect%]" ,
2020-10-07 09:24:31 +00:00
"invalid_host" : "[%key:common::config_flow::error::invalid_host%]" ,
2020-09-18 13:29:26 +00:00
"not_supported" : "Device not supported" ,
2020-08-20 15:30:41 +00:00
"unknown" : "[%key:common::config_flow::error::unknown%]"
} ,
"error" : {
"cannot_connect" : "[%key:common::config_flow::error::cannot_connect%]" ,
2020-10-10 17:12:15 +00:00
"invalid_host" : "[%key:common::config_flow::error::invalid_host%]" ,
2020-08-20 15:30:41 +00:00
"unknown" : "[%key:common::config_flow::error::unknown%]"
}
}
}