Add note about playback controls

When my other PR has been merged, playback controls will be supported.
This commit is contained in:
Pierre Ståhl 2016-10-27 07:25:23 +02:00 committed by GitHub
parent 467deb682c
commit 9d8997da57

View File

@ -43,7 +43,7 @@ A few notes:
- For receivers that support more than one zone, Home Assistant will add one media player per zone supported by the player, named "$name Zone 2" and "$name Zone 3".
- In some cases, autodiscovery fails due to a known bug in the receiver's firmware. It is possible to manually specify the reveiver's IP address or via it's hostname (if it is discoverably by your DNS) then.
- Please note: If adding the IP address or hostname manually, you **must** enable network standby on your receiver, or else startup of Home Assistant will hang if you have your receiver switched off.
- Currently, this component supports powering on/off, mute, volume control and source selection.
- 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 supports it.
A full configuration example will look like the sample below:
```yaml