-
Notifications
You must be signed in to change notification settings - Fork 303
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
fix: fix media player supported features for HA beta #2150
Conversation
Thanks, hope it gets merged soon! |
I guess we need to bump hacs.json to set a new minimum version of HA. |
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.
Please bump this line to cover the new HA version 2024.1. https://github.com/alandtse/alexa_media_player/blob/dev/hacs.json#L6. Also, can you check on the comment about the deprecation of MEDIA_TYPE_MUSIC
. Ideally we can handle them all at the same time.
Just confirming that it's fixing it for me, including the updating of sensors devices attached to a player |
FYI, I didn't change STATE_UNAVAILABLE. That's supposed to be handled by the available property only, not in the state. I'll let you decide what to do with that. When the state property returns None, the state will be translated to |
Thanks! |
fix: fix media player supported features for HA beta (#2150)
Fixes change in 2024.1 for supported features.
Fixes #2149