Add documentation for yamaha_enable_output (#4201)
* Add documentation for yamaha_enable_output
* ✏️ Corrected optional flag on entity_id
This commit is contained in:
parent
f8ab881dd4
commit
3697728700
1 changed files with 10 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue