31 lines
936 B
JSON
31 lines
936 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Set up your TV",
|
|
"description": "Enter your Panasonic Viera TV's IP address",
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::ip%]",
|
|
"name": "[%key:common::config_flow::data::name%]"
|
|
}
|
|
},
|
|
"pairing": {
|
|
"title": "Pairing",
|
|
"description": "Enter the PIN displayed on your TV",
|
|
"data": {
|
|
"pin": "[%key:common::config_flow::data::pin%]"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_pin_code": "The PIN you entered was invalid"
|
|
},
|
|
"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%]"
|
|
}
|
|
}
|
|
}
|