Added Yamaha AVR
This commit is contained in:
parent
5da5aa3bc0
commit
a94f9d0500
|
@ -79,6 +79,21 @@ media_player:
|
||||||
- platform: vlc
|
- platform: vlc
|
||||||
name: hass_speaker
|
name: hass_speaker
|
||||||
arguments: '--alsa-audio-device=hw:0,0'
|
arguments: '--alsa-audio-device=hw:0,0'
|
||||||
|
- platform: yamaha
|
||||||
|
host: 192.168.7.56
|
||||||
|
source_ignore:
|
||||||
|
- "AUX"
|
||||||
|
- "HDMI2"
|
||||||
|
source_names:
|
||||||
|
HDMI1: "BluRay"
|
||||||
|
HDMI3: "Xbox"
|
||||||
|
HDMI4: "Roku"
|
||||||
|
HDMI5: "AppleTv"
|
||||||
|
zone_ignore:
|
||||||
|
- "Zone_2"
|
||||||
|
zone_names:
|
||||||
|
Main_Zone: "Theater"
|
||||||
|
|
||||||
|
|
||||||
tts:
|
tts:
|
||||||
- platform: google
|
- platform: google
|
||||||
|
|
Loading…
Reference in New Issue