dcnielsen90 / python-bravia-tv

MIT License
13 stars 6 forks source link

Added ability to change video modes (scenes). #13

Closed shawly closed 3 years ago

shawly commented 3 years ago

I'd like to change video modes via automations in home assistant, so I'd be able to change the picture mode to "Game" to disable post processing when gaming on my Bravia TV.

Next step would be extending the media_player & braviatv component in the home-assistant core to allow support for changing video modes similar to changing sound modes for audio players.

dcnielsen90 commented 3 years ago

Just tested -- looks good to me. I'll cut a release shortly.

dcnielsen90 commented 3 years ago

Release is out: https://pypi.org/project/bravia-tv/1.0.7/ Let me know if you want to upgrade the Home Assistant Core. It might make sense for you to upgrade the version if you already know what you wanted to change in Home Assistant. Otherwise, I can commit to HA at the end of the week.

shawly commented 3 years ago

Great thank you! I already changed the braviatv core locally and got it working with home assistant, but for it to work I also had to extend the media_player component which requires me to open up a discussion on the architecture repo which I haven't done yet.