
* fixing ha_category components annotation
Signed-off-by: Piotr Żuralski <piotr.zuralski@gmail.com>
* ✏️ Tweak
1.7 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, redirect_from
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release | redirect_from | ||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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 |
|
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 %} host: description: IP address or hostname of the device. required: true type: string port: description: UDP source port. If multiple devices are present, specify a different port per device. required: false type: integer default: 5005 interval_seconds: description: Polling interval in seconds. required: false type: integer default: 480 {% endconfiguration %}
{% linkable_title Supported operations %}
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.
{% linkable_title Example configuration %}
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