1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-21 02:18:47 +00:00
Files
2025-10-28 10:33:10 +01:00

80 lines
2.2 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"pairing_failure": "Unable to pair: {error_id}",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_pin": "Invalid PIN",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"flow_title": "{name}",
"step": {
"pair": {
"data": {
"pin": "[%key:common::config_flow::data::pin%]"
},
"description": "Enter the PIN displayed on your TV",
"title": "Pair"
},
"user": {
"data": {
"api_version": "API Version",
"host": "[%key:common::config_flow::data::host%]"
}
},
"zeroconf_confirm": {
"description": "Do you want to add the TV ({name}) to Home Assistant? It will turn on and a pairing code will be displayed on it that you will need to enter in the next screen.",
"title": "Discovered Philips TV"
}
}
},
"device_automation": {
"trigger_type": {
"turn_on": "Device is requested to turn on"
}
},
"entity": {
"binary_sensor": {
"recording_new": {
"name": "New recording available"
},
"recording_ongoing": {
"name": "Recording ongoing"
}
},
"light": {
"ambilight": {
"name": "Ambilight"
}
},
"remote": {
"remote": {
"name": "[%key:component::remote::title%]"
}
},
"switch": {
"ambilight_hue": {
"name": "Ambilight + Hue"
},
"screen_state": {
"name": "Screen state"
}
}
},
"options": {
"step": {
"init": {
"data": {
"allow_notify": "Allow notification service"
},
"data_description": {
"allow_notify": "Allow the usage of data notification service on TV instead of periodic polling. This allows faster reaction to state changes on the TV, however, some TV's will stop responding with this activated due to firmware bugs."
}
}
}
}
}