-
Notifications
You must be signed in to change notification settings - Fork 11
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 sound modes (output select) and extra idle states #9
base: master
Are you sure you want to change the base?
Conversation
Added 'Sound Output' and changed the default state to Off when state is not playing/paused/stopped.
Added extra idle states
Version 0.6b
Set media content type to music (fixed) so you can see the artist in the Media entity card
Ability to set 'Sound_mode' (speaker select)
New version with for all my changes
New version with for all my changes
List changes compared to original repo.
Hi @SirJohnDoe Let me think about how the best way to integrate your changes would be. The CXN streamers don’t have an amplifier, so there’s no output speaker selection to be made there. This functionality is in the CXA component, though. |
Ah I see, forgot that this integration was made for CXN. I use speaker select with the Evo 150, but Evo 75 should work too. I guess it shouldn't show up in the non-amp players. |
Would be possible to integrate the 'media_player.py' from my fork to this repository? It's basically the same but with two additions:
I've added sound modes (output select):
And added several idle states, so they're correctly reported in HA. For example, 'no signal' when playing records.
I'm not very experienced with Github, so my commits are a bit of a mess. It'd be better if you just take the code and change it directly in your repo if you choose to integrate it.