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%]"
2023-11-29 08:35:38 +00:00
} ,
"data_description" : {
"host" : "The hostname or IP address of the Sony Bravia TV to control."
2020-05-12 17:50:44 +00:00
}
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" : {
2023-07-13 15:52:50 +00:00
"title" : "[%key:component::braviatv::config::step::authorize::title%]" ,
2022-12-30 15:35:18 +00:00
"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" : {
2023-07-13 15:52:50 +00:00
"title" : "[%key:component::braviatv::config::step::authorize::title%]" ,
2022-12-30 15:35:18 +00:00
"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
}
2023-04-03 11:40:52 +00:00
} ,
"entity" : {
"button" : {
"terminate_apps" : {
"name" : "Terminate apps"
}
}
2020-04-14 23:04:06 +00:00
}
2020-10-06 09:00:36 +00:00
}