hass-core/homeassistant/components/philips_js/strings.json
Joakim Plate 0d689eefd6
Make Philips TV notify service optional (#50691)
* Make event service optional

* Correct strings for rename

* Drop unload we are just testing config flow here
2021-06-27 22:57:08 +02:00

42 lines
1 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"
}
}
}