Closed mikeage closed 5 years ago
If you're referring to the fact they're unavailable, it's because they only are active if you are actually in a media mode which allows repeats or shuffles. Try to play something with a queue and the switches will become available. This is what the dev docs call for.
See also: https://community.home-assistant.io/t/echo-devices-alexa-as-media-player-testers-needed/58639/3247
Ok, that makes sense. So the bug is with my understanding!
(I noticed it because I have a monster card showing me everything that's unavailable, assuming it represents a problem. I'll ignore these.)
Thanks.
Describe the bug After upgrading from 2.1 to 2.2.1, I now have 2 broken switches for each Alexa device; shuffle and repeat. The do not disturb switch is available.
This looks like it might be related to #361
I don't remember if I had switches at all in 2.1.
To Reproduce Start HA
Expected behavior No unavailable switches
System details
const.py
or HA startup): 2.2.1pip show alexapy
or HA startup): 1.2.1 (from HA log)Logs Grep of
alexa
from my log. The serial numbers are redacted in the logs from alexa_media_player, but not alexapi, so I manually redacted them from there (using%s/G[0-9A-Z]\{12\}\([0-9A-Z]\{3\}\)/G***********\1/g
and%s/A[0-9A-Z]\{10\}\([0-9A-Z]\{3\}\)/A***********\1/g
)Additional context configuration.yaml: