2020-01-10 02:19:10 +00:00
{
"config" : {
2021-05-22 15:41:18 +00:00
"flow_title" : "{device}" ,
2020-01-10 02:19:10 +00:00
"step" : {
"user" : {
2020-02-03 19:34:02 +00:00
"description" : "Enter your Samsung TV information. If you never connected Home Assistant before you should see a popup on your TV asking for authorization." ,
2020-05-12 17:50:44 +00:00
"data" : {
"host" : "[%key:common::config_flow::data::host%]" ,
2020-10-03 13:28:42 +00:00
"name" : "[%key:common::config_flow::data::name%]"
2020-05-12 17:50:44 +00:00
}
2020-01-10 02:19:10 +00:00
} ,
"confirm" : {
2021-05-22 15:41:18 +00:00
"description" : "Do you want to set up {device}? If you never connected Home Assistant before you should see a popup on your TV asking for authorization."
} ,
2022-03-27 20:30:45 +00:00
"pairing" : {
"description" : "[%key:component::samsungtv::config::step::confirm::description%]"
} ,
2021-05-22 15:41:18 +00:00
"reauth_confirm" : {
2022-03-22 10:11:41 +00:00
"description" : "After submitting, accept the the popup on {device} requesting authorization within 30 seconds or input PIN."
} ,
2022-03-27 20:30:45 +00:00
"encrypted_pairing" : {
2022-03-22 10:11:41 +00:00
"description" : "Please enter the PIN displayed on {device}."
2022-03-27 20:30:45 +00:00
} ,
"reauth_confirm_encrypted" : {
"description" : "[%key:component::samsungtv::config::step::encrypted_pairing::description%]"
2021-09-18 04:51:07 +00:00
}
2021-05-22 15:41:18 +00:00
} ,
"error" : {
2022-03-22 10:11:41 +00:00
"auth_missing" : "[%key:component::samsungtv::config::abort::auth_missing%]" ,
"invalid_pin" : "PIN is invalid, please try again."
2020-01-10 02:19:10 +00:00
} ,
"abort" : {
2020-10-03 13:49:09 +00:00
"already_in_progress" : "[%key:common::config_flow::abort::already_in_progress%]" ,
2020-10-05 09:45:35 +00:00
"already_configured" : "[%key:common::config_flow::abort::already_configured_device%]" ,
2021-05-22 15:41:18 +00:00
"auth_missing" : "Home Assistant is not authorized to connect to this Samsung TV. Check your TV's External Device Manager settings to authorize Home Assistant." ,
"id_missing" : "This Samsung device doesn't have a SerialNumber." ,
2020-10-05 09:45:35 +00:00
"cannot_connect" : "[%key:common::config_flow::error::cannot_connect%]" ,
2021-05-22 15:41:18 +00:00
"not_supported" : "This Samsung device is currently not supported." ,
"unknown" : "[%key:common::config_flow::error::unknown%]" ,
2021-09-18 13:42:36 +00:00
"reauth_successful" : "[%key:common::config_flow::abort::reauth_successful%]"
2020-01-10 02:19:10 +00:00
}
}
2022-03-27 20:30:45 +00:00
}