Files
core/homeassistant/components/yamaha/strings.json
Joost Lekkerkerker b367c95c81 Add more common translations (#96429)
* Add common translations

* Add common translations

* Add common translations

* Add common translations

* Add common translations

* Add common translations

* Add common translations

* Add common translations
2023-07-12 22:00:05 -04:00

39 lines
1.1 KiB
JSON

{
"services": {
"enable_output": {
"name": "Enable output",
"description": "Enables or disables an output port.",
"fields": {
"port": {
"name": "Port",
"description": "Name of port to enable/disable."
},
"enabled": {
"name": "[%key:common::state::enabled%]",
"description": "Indicate if port should be enabled or not."
}
}
},
"menu_cursor": {
"name": "Menu cursor",
"description": "Controls the cursor in a menu.",
"fields": {
"cursor": {
"name": "Cursor",
"description": "Name of the cursor key to press ('up', 'down', 'left', 'right', 'select', 'return')."
}
}
},
"select_scene": {
"name": "Select scene",
"description": "Selects a scene on the receiver.",
"fields": {
"scene": {
"name": "Scene",
"description": "Name of the scene. Standard for RX-V437 is 'BD/DVD Movie Viewing', 'TV Viewing', 'NET Audio Listening' or 'Radio Listening'."
}
}
}
}
}