mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 17:57:14 +00:00

* Update media_player.yamaha_musiccast.markdown https://community.home-assistant.io/t/support-for-new-yamaha-receivers-and-musiccast-devices/17001/22 * moved section 'authentication' guide should be right below the 'scanning' guide. it's one workflow * easier searchable variable 'login_id' * added a hint to enable home sharing * fixed wrong syntax in config example * added note for use over https see https://github.com/home-assistant/home-assistant/issues/1258
1.5 KiB
1.5 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release |
---|---|---|---|---|---|---|---|---|---|---|
page | Yamaha MusicCast Receivers | Instructions on how to integrate Yamaha MusicCast Receivers into Home Assistant. | 2017-09-02 22:00 +0100 | true | false | true | true | yamaha.png | Media Player | 0.53 |
The yamaha_musiccast
platform allows you to control Yamaha MusicCast Receivers from Home Assistant.
Supported devices are listed on their German site.
To add a Yamaha MusicCast Receiver to your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
media_player:
- platform: yamaha_musiccast
host: 192.168.xx.xx
Configuration variables:
- host (Required): IP address or hostname of the device
- port (Optional): UDP source port. If multiple devices are present, specify a different port per device
- interval_seconds (Optional): Polling interval (default: 480 seconds = 8 minutes)
A few notes:
- Currently, this component supports powering on/off, mute, volume control, and source selection. Playback controls, for instance, play and stop are available for sources that support it.
A full configuration example will look like the sample below:
# Example configuration.yaml entry
media_player:
- platform: yamaha_musiccast
host: 192.168.178.97
port: 5005