43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
"api_version": "API Version"
|
|
}
|
|
},
|
|
"pair": {
|
|
"title": "Pair",
|
|
"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%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]",
|
|
"pairing_failure": "Unable to pair: {error_id}",
|
|
"invalid_pin": "Invalid PIN"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"data": {
|
|
"allow_notify": "Allow usage of data notification service."
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"device_automation": {
|
|
"trigger_type": {
|
|
"turn_on": "Device is requested to turn on"
|
|
}
|
|
}
|
|
}
|