Add documentation for yamaha_enable_output (#4201)

* Add documentation for yamaha_enable_output

* ✏️ Corrected optional flag on entity_id
This commit is contained in:
Pierre Ståhl 2018-01-17 21:31:52 +01:00 committed by Franck Nijhof
parent f8ab881dd4
commit 3697728700

View File

@ -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.