1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-21 18:38:17 +00:00
Files
core/homeassistant/components/yamaha/strings.json
2025-10-28 10:33:10 +01:00

39 lines
1.1 KiB
JSON

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