alexmohr / sonyapilib

Contains a python api to control sony devices.
MIT License
20 stars 11 forks source link

Improve volume control #43

Closed alexmohr closed 7 months ago

alexmohr commented 5 years ago

The volume control currently only works with a static volume button in home assistant. It can be improved by implementing it in a way the scrollbar from home assistant can be used.

Originally posted by @ptimatth in https://github.com/alexmohr/sonyapilib/pull/40#issuecomment-539183893

alexmohr commented 5 years ago

@ptimatth You don't have to implement this if you don't want to, I've just added the issue that the idea can be tracked :)

alexmohr commented 7 months ago

@Liborsaf Is solved by #66 in combination with the MR over in the media player repo?

Liborsaf commented 7 months ago

@Liborsaf Is solved by #66 in combination with the MR over in the media player repo?

66 Just reports the volume, for this issue it will need to also implement set volume from what I understand from #40 (comment), Can take a look into that tomorrow :)