2020-04-18 03:19:01 +00:00
|
|
|
{
|
|
|
|
"title": "Panasonic Viera",
|
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"title": "Setup your TV",
|
|
|
|
"description": "Enter your Panasonic Viera TV's IP address",
|
|
|
|
"data": {
|
2020-05-12 17:50:44 +00:00
|
|
|
"host": "[%key:common::config_flow::data::ip%]",
|
2020-10-03 13:28:42 +00:00
|
|
|
"name": "[%key:common::config_flow::data::name%]"
|
2020-04-18 03:19:01 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"pairing": {
|
|
|
|
"title": "Pairing",
|
|
|
|
"description": "Enter the PIN displayed on your TV",
|
|
|
|
"data": {
|
2020-10-06 09:00:36 +00:00
|
|
|
"pin": "[%key:common::config_flow::data::pin%]"
|
2020-04-18 03:19:01 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"error": {
|
2020-10-06 12:07:38 +00:00
|
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
2020-04-18 03:19:01 +00:00
|
|
|
"invalid_pin_code": "The PIN code you entered was invalid"
|
|
|
|
},
|
|
|
|
"abort": {
|
2020-10-06 12:07:38 +00:00
|
|
|
"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%]"
|
2020-04-18 03:19:01 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|