2020-01-10 02:19:10 +00:00
{
"config" : {
2021-05-11 05:14:33 +00:00
"flow_title" : "{model}" ,
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" : {
"title" : "Samsung TV" ,
2020-02-03 19:34:02 +00:00
"description" : "Do you want to set up Samsung TV {model}? If you never connected Home Assistant before you should see a popup on your TV asking for authorization. Manual configurations for this TV will be overwritten."
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%]" ,
2020-02-03 19:34:02 +00:00
"auth_missing" : "Home Assistant is not authorized to connect to this Samsung TV. Please check your TV's settings to authorize Home Assistant." ,
2020-10-05 09:45:35 +00:00
"cannot_connect" : "[%key:common::config_flow::error::cannot_connect%]" ,
2020-02-03 19:34:02 +00:00
"not_supported" : "This Samsung TV device is currently not supported."
2020-01-10 02:19:10 +00:00
}
}
2020-10-03 13:28:42 +00:00
}