core: webostv integration failing to get Volume for WebOS 5.0

The problem

On my LG CX tv, running WebOSTV 5.0, get volume does not work. But it still works for my older WebOSTV 3.5. I’ve already found the issue on the aiopylgtv library ( https://github.com/bendavid/aiopylgtv/issues/26 ) and opened a PR fixing it ( https://github.com/bendavid/aiopylgtv/pull/27 ). But after that’s fixed and released, we need to update our dependecy.

Environment

  • Home Assistant Core release with the issue: 2020.12.1
  • Last working Home Assistant Core release (if known): none
  • Operating environment (OS/Container/Supervised/Core): OS
  • Integration causing this issue: webostv
  • Link to integration documentation on our website: https://www.home-assistant.io/integrations/webostv/

Problem-relevant configuration.yaml

webostv:
  - name: Living Room TV
    host: 192.168.1.31

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 16 (8 by maintainers)

Most upvoted comments

The main problem it is webostv integration is broken.

From what I can see, commit https://github.com/bendavid/aiopylgtv/commit/c801c4672453cb1e578ec947005ff41ade13c0e2 bumped up the version of aiopylgtv, so home-assistant can now consume it with the fix included.

Awesome work @corneyl !