-
-
Notifications
You must be signed in to change notification settings - Fork 31.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add media_player platform to Android TV Remote #91677
Conversation
Hey there @tronikos, mind taking a look at this pull request as it has been labeled with an integration ( Code owner commandsCode owners of
|
I've marked this PR, as changes are requested that need to be processed. Thanks! 👍 ../Frenck |
This comment was marked as spam.
This comment was marked as spam.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks really good. There is one small problem that needs to be worked out
https://github.com/home-assistant/core/pull/91677/files#r1186535872
Please take a look at the requested changes, and use the Ready for review button when you are done, thanks 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @Drafteed
I think it would be better to remove the volume_set functionality for now until this is tested on devices with external audio. I can do the testing this or next weekend. |
That’s a good idea. It will be a lot faster to merge a follow up small pr |
Done! |
It looks like the docs PR will need a tweak as well |
Sorry, I didn’t really understand what exactly requires a tweak in the documentation? Volume control remains possible through the volume_up/volume_down/volume_mute methods. |
My bad. I went back and looked again and it still makes sense. |
Proposed change
This PR adds the
media_player
platform to the new Android TV Remote integration.Bump androidtvremote2 package to v0.0.8.
Changelog: tronikos/androidtvremote2@v0.0.7...v0.0.8
Type of change
Additional information
Checklist
black --fast homeassistant tests
)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest
.requirements_all.txt
.Updated by running
python3 -m script.gen_requirements_all
..coveragerc
.To help with the load of incoming pull requests: