Make media_player platform a labs feature for Alexa Devices#170890
Open
jamesonuk wants to merge 9 commits into
Open
Make media_player platform a labs feature for Alexa Devices#170890jamesonuk wants to merge 9 commits into
jamesonuk wants to merge 9 commits into
Conversation
Contributor
|
Hey there @chemelli74, mind taking a look at this pull request as it has been labeled with an integration ( Code owner commandsCode owners of
|
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Adds an Alexa Devices media player platform behind a Labs preview feature, backed by HTTP/2 push updates, and introduces coordinator support/tests for pushed media/volume state.
Changes:
- Introduces
media_playerplatform for Alexa Devices with dynamic supported features and service→API mappings. - Adds coordinator plumbing for pushed media/volume state plus a
sync_media_state()API wrapper with config-entry exceptions. - Adds Labs preview feature metadata/strings and extensive test coverage (snapshots + platform/coordinator/init tests).
Reviewed changes
Copilot reviewed 10 out of 11 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
homeassistant/components/alexa_devices/__init__.py |
Gates media player behind Labs, starts/cancels HTTP/2 processing, and forwards/unloads platform dynamically. |
homeassistant/components/alexa_devices/coordinator.py |
Stores pushed media/volume state, wires signal handlers, and adds sync_media_state() error mapping. |
homeassistant/components/alexa_devices/media_player.py |
New MediaPlayer entity implementation using coordinator state and API calls. |
homeassistant/components/alexa_devices/manifest.json |
Declares the alexa_media preview feature metadata. |
homeassistant/components/alexa_devices/strings.json |
Adds preview feature UI strings and an invalid_auth error string. |
homeassistant/generated/labs.py |
Registers Labs metadata for the new preview feature. |
tests/components/alexa_devices/conftest.py |
Extends client fixture with signals + HTTP/2 processing mocks. |
tests/components/alexa_devices/test_init.py |
Adds tests for reauth callback wiring and HTTP/2 task cancellation on unload. |
tests/components/alexa_devices/test_coordinator.py |
Adds tests for push-event handling and sync_media_state() error mapping. |
tests/components/alexa_devices/test_media_player.py |
Adds comprehensive media player behavior and service-call tests + snapshots. |
tests/components/alexa_devices/snapshots/test_media_player.ambr |
Snapshot baseline for entity registry + initial state. |
e7c3d04 to
e4b1b1e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed change
Make Media Player platform to be introduced in #165825 a labs feature.
This is to allow us to gather feedback on how well this implementation works across a wider audience and more devices.
Type of change
Additional information
Checklist
ruff format 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.To help with the load of incoming pull requests: