{ "config": { "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_device%]", "no_ip_control": "IP Control is disabled on your TV or the TV is not supported.", "not_bravia_device": "The device is not a Bravia TV.", "reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]" }, "error": { "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", "invalid_auth": "[%key:common::config_flow::error::invalid_auth%]", "invalid_host": "[%key:common::config_flow::error::invalid_host%]", "unsupported_model": "Your TV model is not supported." }, "step": { "authorize": { "data": { "use_psk": "Use PSK authentication", "use_ssl": "Use SSL connection" }, "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 it is more stable. \n\nUse an SSL connection only if your TV supports this connection type.", "title": "Authorize Sony Bravia TV" }, "confirm": { "description": "[%key:common::config_flow::description::confirm_setup%]" }, "pin": { "data": { "pin": "[%key:common::config_flow::data::pin%]" }, "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.", "title": "[%key:component::braviatv::config::step::authorize::title%]" }, "psk": { "data": { "pin": "PSK" }, "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.", "title": "[%key:component::braviatv::config::step::authorize::title%]" }, "user": { "data": { "host": "[%key:common::config_flow::data::host%]" }, "data_description": { "host": "The hostname or IP address of the Sony Bravia TV to control." }, "description": "Ensure that your TV is turned on before trying to set it up." } } }, "entity": { "button": { "terminate_apps": { "name": "Terminate apps" } } }, "exceptions": { "command_error": { "message": "Error sending command to {device}: {error}" }, "command_error_not_found": { "message": "Error sending command to {device}: the Bravia API service is reloading" }, "command_error_offline": { "message": "Error sending command to {device}: the TV is turned off" }, "update_error": { "message": "Error updating data for {device}: {error}" }, "update_error_not_found": { "message": "Error updating data for {device}: the Bravia API service is stuck" } } }