I’m a newbie to Home Assistant and trying to figure out how to control my receiver with my Google Home. I assume I need to start with the Denon Integrations - it did automatically find my AVR-S750.
I’m not clear where to start, the page does talk about sound modes but I’m not sure where/how to program them. I’m guessing I need to assign those sound modes to scenes somehow, than I can make an automation that says “if I say this” - activate “denon all channel surround” scene.
Is Media player an integration? I do have the Denon AVR Network Receiver as an integration, but can’t find a media player one. Is it in the media player module I would add the specific command? It looks like QUICK2 is the command to change the receiver to Quick Select 2, where do I type that command?
Denon avr, or any of the integrations here https://www.home-assistant.io/integrations/#media-player create a media_player entity. You will have an entiry named media_player.something. Look in the states page in developer tools.
To access a service in the ui also go to developer tools and choose services. Follow your nose from there.
Go to states in dev tools and look at the attributes of media_player.amplifier. it should have a sound_mode_list. My denon amp has:
source_list:
- AUX1
- AUX2
- Blu-ray
- Bluetooth
- CBL/SAT
- CD
- DVD
- Favorites
- Flickr
- Game
- Internet Radio
- Media Player
- Media Server
- Online Music
- Spotify
- TV Audio
- Tuner
- iPod/USB
sound_mode_list:
- MUSIC
- MOVIE
- GAME
- AUTO
- STANDARD
- VIRTUAL
- MATRIX
- ROCK ARENA
- JAZZ CLUB
- VIDEO GAME
- MONO MOVIE
- DIRECT
- PURE DIRECT
- DOLBY DIGITAL
- DTS SURROUND
- AURO3D
- MCH STEREO
- STEREO
- ALL ZONE STEREO
friendly_name: Family Room Amp
supported_features: 85949