1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 17:49:37 +01:00
Files
core/homeassistant/components/panasonic_viera/strings.json
T
2025-10-28 10:33:10 +01:00

31 lines
936 B
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_pin_code": "The PIN you entered was invalid"
},
"step": {
"pairing": {
"data": {
"pin": "[%key:common::config_flow::data::pin%]"
},
"description": "Enter the PIN displayed on your TV",
"title": "Pairing"
},
"user": {
"data": {
"host": "[%key:common::config_flow::data::ip%]",
"name": "[%key:common::config_flow::data::name%]"
},
"description": "Enter your Panasonic Viera TV's IP address",
"title": "Set up your TV"
}
}
}
}