Yamaha Network Receivers
The Yamaha Network Receivers integration allows you to control Yamaha Network Receivers from Home Assistant.
Supported devices:
To add a Yamaha Network Receiver to your installation, add the following to your "configuration.yaml" file.
:::tip
更改配置后需要重启 Home Assistant。
:::
You must enable network standby on your receiver, or else startup of Home Assistant will hang if you have your receiver switched off.
Supported operations
- Media players created by Yamaha support powering on/off, mute, volume control and source selection. Playback controls, for instance play and stop are available for sources that supports it.
- The
play_mediaaction is implemented forNET RADIOsource only. Themedia_idis a>separated string of the menu path on the vtuner service. For instanceBookmarks>Internet>WAMC 90.3 FM. MusicCast devices use the pathRadio>Favorites>WAMC 90.3 FM.
Example configuration
A full configuration example will look like the sample below:
Example play_media script
The play_media function can be used in scripts easily to build media
player presets. When done in scripts, the sequence will also allow you
to set volume per source.
Action: Enable output
The enable_output action enables or disables an output port (HDMI) on the receiver.
Action: Menu cursor
The menu_cursor action controls the menu cursor.
Action: Select scene
The select_scene action selects a scene on the receiver.

