2020-04-14 23:04:06 +00:00
{
"config" : {
"step" : {
"user" : {
2022-03-28 17:41:39 +00:00
"description" : "Ensure that your TV is turned on before trying to set it up." ,
2020-05-12 17:50:44 +00:00
"data" : {
"host" : "[%key:common::config_flow::data::host%]"
}
2020-04-14 23:04:06 +00:00
} ,
"authorize" : {
"title" : "Authorize Sony Bravia TV" ,
"description" : "Enter the PIN code shown on the Sony Bravia TV. \n\nIf the PIN code is not shown, you have to unregister Home Assistant on your TV, go to: Settings -> Network -> Remote device settings -> Unregister remote device." ,
2020-05-12 17:50:44 +00:00
"data" : {
2020-10-06 09:00:36 +00:00
"pin" : "[%key:common::config_flow::data::pin%]"
2020-05-12 17:50:44 +00:00
}
2020-04-14 23:04:06 +00:00
}
} ,
"error" : {
2020-10-07 09:24:31 +00:00
"invalid_host" : "[%key:common::config_flow::error::invalid_host%]" ,
2020-10-01 11:16:07 +00:00
"cannot_connect" : "[%key:common::config_flow::error::cannot_connect%]" ,
2020-04-14 23:04:06 +00:00
"unsupported_model" : "Your TV model is not supported."
} ,
2020-05-12 17:50:44 +00:00
"abort" : {
2020-10-01 11:16:07 +00:00
"already_configured" : "[%key:common::config_flow::abort::already_configured_device%]" ,
2020-05-25 20:05:52 +00:00
"no_ip_control" : "IP Control is disabled on your TV or the TV is not supported."
2020-05-12 17:50:44 +00:00
}
2020-04-14 23:04:06 +00:00
} ,
"options" : {
"step" : {
"user" : {
"title" : "Options for Sony Bravia TV" ,
2020-05-12 17:50:44 +00:00
"data" : {
"ignored_sources" : "List of ignored sources"
}
2020-04-14 23:04:06 +00:00
}
}
}
2020-10-06 09:00:36 +00:00
}