mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 16:27:19 +00:00
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
@ -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…
x
Reference in New Issue
Block a user