miracle2k / onkyo-eiscp

Control Onkyo A/V receivers over the network; usuable as a script, or as a Python library.
MIT License
466 stars 110 forks source link

Pioneer Volume Fix #107

Closed prairiesnpr closed 5 years ago

prairiesnpr commented 5 years ago

indentation was incorrect and would result in argument resolution ending before the entire dict was searched. This will correct the issue with setting volume on Pioneer receivers.

foxy82 commented 5 years ago

I have tested this and it fixes the issue for me - any chance we can get this merged and a release pushed to Pypi to make it easier to fix in home-assistant?

elronzo commented 5 years ago

As an owner of a Pioneer VSX-1131 I can confirm that this fixes the issue also for me.

miracle2k commented 5 years ago

Thanks, and sorry for the delay.

foxy82 commented 5 years ago

Awesome thank you very much!