2021-02-11 20:37:53 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"data": {
|
|
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
|
|
"api_version": "API Version"
|
|
|
|
}
|
2021-03-16 19:56:49 +00:00
|
|
|
},
|
|
|
|
"pair": {
|
|
|
|
"title": "Pair",
|
|
|
|
"description": "Enter the PIN displayed on your TV",
|
|
|
|
"data":{
|
|
|
|
"pin": "[%key:common::config_flow::data::pin%]"
|
|
|
|
}
|
2021-02-11 20:37:53 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"error": {
|
|
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
2021-02-26 17:34:40 +00:00
|
|
|
"unknown": "[%key:common::config_flow::error::unknown%]",
|
|
|
|
"pairing_failure": "Unable to pair: {error_id}",
|
|
|
|
"invalid_pin": "Invalid PIN"
|
2021-06-27 20:57:08 +00:00
|
|
|
},
|
2021-02-11 20:37:53 +00:00
|
|
|
"abort": {
|
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
|
|
}
|
|
|
|
},
|
2021-06-27 20:57:08 +00:00
|
|
|
"options": {
|
|
|
|
"step": {
|
|
|
|
"init": {
|
|
|
|
"data": {
|
|
|
|
"allow_notify": "Allow usage of data notification service."
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2021-02-11 20:37:53 +00:00
|
|
|
"device_automation": {
|
|
|
|
"trigger_type": {
|
|
|
|
"turn_on": "Device is requested to turn on"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|