From d989dba4e092bbdd5823269f95e0d83bbe117ed8 Mon Sep 17 00:00:00 2001 From: StevusPrimus Date: Wed, 10 Jun 2020 21:49:15 +0200 Subject: [PATCH] Add Yamaha Select Scene (#13673) --- source/_integrations/yamaha.markdown | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/source/_integrations/yamaha.markdown b/source/_integrations/yamaha.markdown index 3d4efcfa4d2..604a2f49cdc 100644 --- a/source/_integrations/yamaha.markdown +++ b/source/_integrations/yamaha.markdown @@ -136,3 +136,12 @@ Enable or disable an output port (HDMI) on the receiver. | `entity_id` | yes | String or list of strings that point at `entity_id`s of Yamaha receivers. | `port` | no | Port to enable or disable, e.g., `hdmi1`. | `enabled` | no | To enable set true, otherwise set to false. + +### Service `select_scene` + +Select a scene on the receiver. + +| Service data attribute | Optional | Description | +| ---------------------- | -------- | ----------- | +| `entity_id` | yes | String or list of strings that point at `entity_id`s of Yamaha receivers. +| `scene` | no | Scene to select, e.g., `BD/DVD Movie Viewing`, `TV Viewing`, `NET Audio Listening` or `Radio Listening`.