hass-core/homeassistant/components/yamaha/services.yaml
Eric Severance 3488b78365
Add a menu_cursor service to the yamaha component (#44819)
* Add a menu_cursor service to the yamaha component

* Update homeassistant/components/yamaha/media_player.py

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

* Update service description to new format

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-06-15 19:17:10 +02:00

50 lines
1.2 KiB
YAML

enable_output:
name: Enable output
description: Enable or disable an output port
target:
entity:
integration: yamaha
domain: media_player
fields:
port:
name: Port
description: Name of port to enable/disable.
required: true
example: "hdmi1"
selector:
text:
enabled:
name: Enabled
description: Indicate if port should be enabled or not.
required: true
selector:
boolean:
menu_cursor:
name: Menu cursor
description: Control the cursor in a menu
target:
entity:
integration: yamaha
domain: media_player
fields:
cursor:
name: Cursor
description: Name of the cursor key to press ('up', 'down', 'left', 'right', 'select', 'return')
example: down
selector:
text:
select_scene:
name: Select scene
description: "Select a scene on the receiver"
target:
entity:
integration: yamaha
domain: media_player
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'
required: true
example: "TV Viewing"
selector:
text: