You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Source List in the media_player UI is intended to only be bluetooth audio sources. We recently fixed a bug in #316 where sometimes we weren't enforcing this distinction.
Some users have been using it as a way to pair devices with their Alexa device so this will break their use case. One use case below:
Ok, I get your point and if you put it like that than the bluetooth device should never show on that source property whatsoever. As you say it should be a new feature.
My usecase was like so:
Whenever I say "Alexa play music",
I detect this event in HA,
I trigger my sound system bt pair,
Alexa pairs to sound system,
And music plays on my sound system
btw, if you fix this bug without adding the new feature, my usecase will break :)
Oh wait, the media_player.select_source should still work for selecting a device to pair to. You just need to know the friendlyName of your paired device. That can be found in the Alexa app or from the Alexa json.
The Source List in the media_player UI is intended to only be bluetooth audio sources. We recently fixed a bug in #316 where sometimes we weren't enforcing this distinction.
Some users have been using it as a way to pair devices with their Alexa device so this will break their use case. One use case below:
Ok, I get your point and if you put it like that than the bluetooth device should never show on that source property whatsoever. As you say it should be a new feature.
My usecase was like so:
Whenever I say "Alexa play music",
I detect this event in HA,
I trigger my sound system bt pair,
Alexa pairs to sound system,
And music plays on my sound system
btw, if you fix this bug without adding the new feature, my usecase will break :)
Originally posted by @danielmihalache1983 in #316 (comment)
The text was updated successfully, but these errors were encountered: