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" ,
2022-12-30 15:35:18 +00:00
"description" : "Make sure that «Control remotely» is enabled on your TV, go to: \nSettings -> Network -> Remote device settings -> Control remotely. \n\nThere are two authorization methods: PIN code or PSK (Pre-Shared Key). \nAuthorization via PSK is recommended as more stable." ,
2020-05-12 17:50:44 +00:00
"data" : {
2022-09-23 13:03:43 +00:00
"use_psk" : "Use PSK authentication"
2020-05-12 17:50:44 +00:00
}
2022-09-23 13:03:43 +00:00
} ,
2022-12-30 15:35:18 +00:00
"pin" : {
"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 -> Deregister remote device." ,
"data" : {
"pin" : "[%key:common::config_flow::data::pin%]"
}
2022-10-02 20:07:57 +00:00
} ,
2022-12-30 15:35:18 +00:00
"psk" : {
"title" : "Authorize Sony Bravia TV" ,
"description" : "To set up PSK on your TV, go to: Settings -> Network -> Home Network Setup -> IP Control. Set «Authentication» to «Normal and Pre-Shared Key» or «Pre-Shared Key» and define your Pre-Shared-Key string (e.g. sony). \n\nThen enter your PSK here." ,
2022-10-02 20:07:57 +00:00
"data" : {
2022-12-30 15:35:18 +00:00
"pin" : "PSK"
2022-10-02 20:07:57 +00:00
}
2022-12-30 15:35:18 +00:00
} ,
"confirm" : {
"description" : "[%key:common::config_flow::description::confirm_setup%]"
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%]" ,
2022-09-23 13:03:43 +00:00
"invalid_auth" : "[%key:common::config_flow::error::invalid_auth%]" ,
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%]" ,
2022-09-23 13:03:43 +00:00
"no_ip_control" : "IP Control is disabled on your TV or the TV is not supported." ,
2022-10-02 20:07:57 +00:00
"not_bravia_device" : "The device is not a Bravia TV." ,
2022-12-30 15:35:18 +00:00
"reauth_successful" : "[%key:common::config_flow::abort::reauth_successful%]"
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
}
2022-11-06 20:26:40 +00:00
} ,
"abort" : {
"failed_update" : "An error occurred while updating the list of sources.\n\n Ensure that your TV is turned on before trying to set it up."
2020-04-14 23:04:06 +00:00
}
}
2020-10-06 09:00:36 +00:00
}