From 18fb0ff77f04dd093d30dd0c92da144dc8f29df4 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Thu, 20 Oct 2016 15:50:09 -0400 Subject: [PATCH] add documentation about multiple zone support in yamaha (#1275) --- .../_components/media_player.yamaha.markdown | 21 ++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/source/_components/media_player.yamaha.markdown b/source/_components/media_player.yamaha.markdown index 85e9cc2b508..d6faa23c369 100644 --- a/source/_components/media_player.yamaha.markdown +++ b/source/_components/media_player.yamaha.markdown @@ -37,8 +37,19 @@ Configuration variables: A few notes: -- Not specifying the host variable will result in automatically searching your network for Yamaha Receivers. It will add a media player device for each one. -- 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 the only controls that are available is Power On/Off, Mute, and Volume control. Other functions such as source select are in progress of being developed. - +- Not specifying the host variable will result in automatically + searching your network for Yamaha Receivers. It will add a media + player device for each one. +- 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 the only controls that are available is Power On/Off, + Mute, and Volume control. Other functions such as source select are + in progress of being developed.