Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merge upstream from dilruacs repo #37

Draft
wants to merge 24 commits into
base: master
Choose a base branch
from

Conversation

Liborsaf
Copy link

@Liborsaf Liborsaf commented Apr 4, 2024

Seems to be working, but needs more testing and I have found some bugs which will try to fix later.

Just concept for now :D

@alexmohr
Copy link
Owner

alexmohr commented Apr 6, 2024

There are a lot of cool changes in here. If you can get this into a working state, it might be worth the effort to get this integrated into HACS

Liborsaf and others added 4 commits April 7, 2024 23:58
Improve volume supprt

* Add volume level

* Change volume debug level

* Add volume set support & normalize volume

(cherry picked from commit 4142b1f)
custom_components/sony/__init__.py Show resolved Hide resolved
custom_components/sony/remote.py Outdated Show resolved Hide resolved
custom_components/sony/coordinator.py Outdated Show resolved Hide resolved
custom_components/sony/media_player.py Show resolved Hide resolved
custom_components/sony/media_player.py Show resolved Hide resolved
"documentation": "https://github.com/alexmohr/media_player.sony",
"dependencies": [],
"codeowners": [],
"version": "0.1.1",
"requirements": ["sonyapilib==0.5.0"]
"requirements": ["sonyapilib==0.5.0"],
Copy link
Owner

@alexmohr alexmohr Apr 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With the current master, volume functions are broken because we require 0.5.0 which does not include the new functions yet.
Before accepting this, a new version in sonyapilib has to be released. This comment is as reminder to do that.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wouldn't be better to release the new version of sonyapilib now to fix currently broken master?

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be better but I don't have time to do so at the moment, so it stays broken until then.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No problem, just saying

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants