Fix media_player alexa power control bug#23537
Conversation
|
I assume this code is called during setup of the Alexa integration? The thing to keep in mind is that I think we're not going to get a reliable set of capabilities for Alexa if this code runs this way... but not sure there's a way around it until we fix this issue with the media player platform.... |
Does that imply the |
|
Yes. This code is called on the discovery of devices from alexa itself. |
|
@emontnemery correct. Supported features is supposed to be static. For Media Player we need to introduce a new flag attribute of the currently supported features (repeat, prev, next etc). |
|
@balloob OK, so the integration (say |
Description:
With new strict media control handling on 0.92 not all media player support now the power control.