1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-06 22:36:33 +01:00
Files
core/homeassistant/components/lg_netcast/strings.json
T
2025-10-28 10:33:10 +01:00

38 lines
1.3 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_host": "[%key:common::config_flow::error::invalid_host%]"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_access_token": "[%key:common::config_flow::error::invalid_access_token%]",
"invalid_host": "[%key:common::config_flow::error::invalid_host%]"
},
"step": {
"authorize": {
"data": {
"access_token": "[%key:common::config_flow::data::access_token%]"
},
"description": "Enter the Pairing Key displayed on the TV",
"title": "Authorize LG Netcast TV"
},
"user": {
"data": {
"host": "[%key:common::config_flow::data::host%]"
},
"data_description": {
"host": "The hostname or IP address of the LG Netcast TV to control."
},
"description": "Ensure that your TV is turned on before trying to set it up.\nIf you leave the host empty, discovery will be used to find devices."
}
}
},
"device_automation": {
"trigger_type": {
"lg_netcast.turn_on": "Device is requested to turn on"
}
}
}