Onkyo component: receiver_max_volume doesn't exist anymore?!

Good day,

I’m currently adding my Onkyo TX-NR757 into HA and it does work. Problem is the default value for the Receiver Max Volume is 80 and I need to set it to 187 (or 200… whatever).

Anyhow, I’ve been reading the docs regarding the Onkyo Component and it turns out the configuration variable “receiver_max_volume” exists but won’t be recognized by HA as I get the following error message on boot:

[homeassistant.config] Invalid config for [media_player.onkyo]: [receiver_max_volume] is an invalid option for [media_player.onkyo]. Check: media_player.onkyo->receiver_max_volume. (See /config/configuration.yaml, line 283). Please check the docs at https://home-assistant.io/integrations/media_player.onkyo/

Here is my configuration.xaml:

media_player:
  - platform: onkyo
    host: 192.168.1.156
    name: Onkyo TX-NR757
    receiver_max_volume: 187
    sources:
      pc: 'pc'
      video1: 'video1'
      video2: 'video2'
      video3: 'video3'
      video4: 'video4'
      video5: 'video5'
      video6: 'video6'
      video7: 'video7'
      dvd: 'dvd'
      bd-dvd: 'bd-dvd'
      tape1: 'tape1'
      tv-tape: 'tv-tape'
      tape2: 'tape2'
      phono: 'phono'
      cd: 'cd'
      tv-cd: 'tv-cd'
      fm: 'fm'
      am: 'am'
      tuner: 'tuner'
      dlna: 'dlna'
      internet-radio: 'internet-radio'
      usb: 'usb'
      network: 'network'
      universal-port: 'universal-port'
      multi-ch: 'multi-ch'
      xm: 'xm'
      sirius: 'sirius'

FYI, I’m actually testing all the sources to see which one works with my receiver. That why I have so many…

Finally, either the documentation regarding this component is outdated or there is a bug somewhere…

Anyone can help me out? Would definitely appreciate that!
Thank you!

Perhaps this https://github.com/home-assistant/home-assistant/pull/27218

Thanks @nickrout for the suggestion… but no, it wasn’t that… it was in fact WAY MORE LAME haha I was not using the very last HA Docker image… now I do and it works!

That being said, the post you sent me helped me to configure it the way I wanted! So, thank you! :slight_smile:

Lesson learned: Always get to the latest version BEFORE posting here. :wink: