From 36977287005ef56ca4c60c7b72a74bdd6f73bd89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20St=C3=A5hl?= Date: Wed, 17 Jan 2018 21:31:52 +0100 Subject: [PATCH] Add documentation for yamaha_enable_output (#4201) * Add documentation for yamaha_enable_output * :pencil2: Corrected optional flag on entity_id --- source/_components/media_player.yamaha.markdown | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/source/_components/media_player.yamaha.markdown b/source/_components/media_player.yamaha.markdown index c958aa1466c..049b33a832d 100644 --- a/source/_components/media_player.yamaha.markdown +++ b/source/_components/media_player.yamaha.markdown @@ -113,3 +113,13 @@ script: media_content_id: "Bookmarks>Internet>Radio Paradise" ``` + +### {% linkable_title Service `yamaha_enable_output` %} + +Enable or disable an output port (HDMI) 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. +| `port` | no | Port to enable or disable, e.g. `hdmi1`. +| `enabled` | no | To enable set true, otherwise set to false.