Skip to content

Commit 6e7731e

Browse files
jalmerothfrenck
authored andcommitted
Documentation for yamaha_musiccast Component (home-assistant#3295)
* Documentation for yamaha_musiccast Component * Fix Spelling & Grammar
1 parent f912be9 commit 6e7731e

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
layout: page
3+
title: "Yamaha MusicCast Receivers"
4+
description: "Instructions on how to integrate Yamaha MusicCast Receivers into Home Assistant."
5+
date: 2017-09-02 22:00 +0100
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
logo: yamaha.png
11+
ha_category: Media Player
12+
ha_release: 0.53
13+
---
14+
15+
The `yamaha_musiccast` platform allows you to control [Yamaha MusicCast Receivers](https://usa.yamaha.com/products/audio_visual/hifi_components/index.html) from Home Assistant.
16+
17+
Supported devices are listed on their [German site](https://de.yamaha.com/de/products/contents/audio_visual/musiccast/products.html).
18+
19+
To add a Yamaha Network Receiver to your installation, add the following to your `configuration.yaml` file:
20+
21+
```yaml
22+
# Example configuration.yaml entry
23+
media_player:
24+
- platform: yamaha_musiccast
25+
host: 192.168.xx.xx
26+
```
27+
Configuration variables:
28+
29+
- **name** (*Optional*): Name of the device
30+
- **host** (*Required*): IP address or hostname of the device
31+
- **port** (*Optional*): UDP Port
32+
33+
A few notes:
34+
35+
- 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.
36+
37+
A full configuration example will look like the sample below:
38+
```yaml
39+
# Example configuration.yaml entry
40+
media_player:
41+
- platform: yamaha_musiccast
42+
name: "Living Room"
43+
host: 192.168.178.97
44+
port: 5005
45+
```

0 commit comments

Comments
 (0)