1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00
Files
core/homeassistant/components/webostv/strings.json
2025-10-28 10:33:10 +01:00

144 lines
5.0 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]",
"wrong_device": "The configured device is not the same found at this hostname or IP address."
},
"error": {
"cannot_connect": "Failed to connect, please turn on your TV and try again.",
"error_pairing": "Pairing failed, make sure to accept the pairing request on the TV and try again."
},
"flow_title": "{name}",
"step": {
"pairing": {
"description": "Select **Submit** and accept the pairing request on your TV.\n\n![Image](/static/images/config_webos.png)",
"title": "LG webOS TV pairing"
},
"reauth_confirm": {
"description": "[%key:component::webostv::config::step::pairing::description%]",
"title": "[%key:component::webostv::config::step::pairing::title%]"
},
"reconfigure": {
"data": {
"host": "[%key:common::config_flow::data::host%]"
},
"data_description": {
"host": "[%key:component::webostv::config::step::user::data_description::host%]"
}
},
"user": {
"data": {
"host": "[%key:common::config_flow::data::host%]"
},
"data_description": {
"host": "Hostname or IP address of your LG webOS TV."
},
"description": "Turn on the TV, fill the host field and select **Submit**"
}
}
},
"device_automation": {
"trigger_type": {
"webostv.turn_on": "Device is requested to turn on"
}
},
"exceptions": {
"communication_error": {
"message": "Communication error while calling {func} for device {name}: {error}"
},
"device_off": {
"message": "Error calling {func} for device {name}: Device is off and cannot be controlled."
},
"invalid_entity_id": {
"message": "Entity {entity_id} is not a valid webOS TV entity."
},
"notify_communication_error": {
"message": "Communication error while sending notification to device {name}: {error}"
},
"notify_device_off": {
"message": "Error sending notification to device {name}: Device is off and cannot be controlled."
},
"notify_icon_not_found": {
"message": "Icon {icon_path} not found when sending notification for device {name}"
},
"source_not_found": {
"message": "Source {source} not found in the sources list for {name}."
},
"unhandled_trigger_type": {
"message": "Unhandled trigger type: {trigger_type}"
},
"unknown_trigger_platform": {
"message": "Unknown trigger platform: {platform}"
}
},
"options": {
"error": {
"cannot_connect": "[%key:component::webostv::config::error::cannot_connect%]",
"error_pairing": "[%key:component::webostv::config::error::error_pairing%]"
},
"step": {
"init": {
"data": {
"sources": "Sources list"
},
"data_description": {
"sources": "List of sources to enable"
},
"description": "Select enabled sources",
"title": "Options for LG webOS TV"
}
}
},
"services": {
"button": {
"description": "Sends a button press command.",
"fields": {
"button": {
"description": "Name of the button to press. Known possible values are LEFT, RIGHT, DOWN, UP, HOME, MENU, BACK, ENTER, DASH, INFO, ASTERISK, CC, EXIT, MUTE, RED, GREEN, BLUE, YELLOW, VOLUMEUP, VOLUMEDOWN, CHANNELUP, CHANNELDOWN, PLAY, PAUSE, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9.",
"name": "Button"
},
"entity_id": {
"description": "Name(s) of the webOS TV entities where to run the API method.",
"name": "Entity"
}
},
"name": "Button"
},
"command": {
"description": "Sends a command.",
"fields": {
"command": {
"description": "Endpoint of the command.",
"name": "Command"
},
"entity_id": {
"description": "[%key:component::webostv::services::button::fields::entity_id::description%]",
"name": "Entity"
},
"payload": {
"description": "An optional payload to provide to the endpoint in the format of key value pairs.",
"name": "Payload"
}
},
"name": "Command"
},
"select_sound_output": {
"description": "Sends the TV the command to change sound output.",
"fields": {
"entity_id": {
"description": "Name(s) of the webOS TV entities to change sound output on.",
"name": "Entity"
},
"sound_output": {
"description": "Name of the sound output to switch to.",
"name": "Sound output"
}
},
"name": "Select sound output"
}
}
}