Skip to content

Commit db36a2e

Browse files
simonszuLandrash
authored andcommitted
Added documentation for manually adding a Yamaha AVR (#959)
* Added documentation for manually adding a Yamaha AVR
1 parent b167b8f commit db36a2e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

source/_components/media_player.yamaha.markdown

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,18 @@ To add a Yamaha Network Receiver to your installation, add the following to your
2929
# Example configuration.yaml entry
3030
media_player:
3131
platform: yamaha
32+
host: 192.168.1.100
3233
name: 'Basement Receiver'
3334
```
3435
Configuration variables:
3536
3637
- **name** (*Optional*): Name of the device
38+
- **host** (*Optional*): IP address or hostname of the device
3739
3840
A few notes:
3941
40-
- This will automatically search your network for Yamaha receivers. It will add a media player device for each one.
42+
- 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.
43+
- 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.
44+
- 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.
4145
- 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.
4246

0 commit comments

Comments
 (0)