custom-cards / spotify-card

Spotify playlist card for Home Assistant card
Other
381 stars 61 forks source link

The playlists are grayed out although known_connect devices are present #171

Open StephanHartmann opened 2 years ago

StephanHartmann commented 2 years ago

The playlists are grayed out although known_connect devices are present, when I filter all detected spotify_connect_devices.

The known_connect devices are added correctly and are working

known_connect_devices:
  - id: xxxx
    name: Wohnzimmer

when I don't use filter the playlists are colored when I filter all chrome cast devices, the playlists are grayed as soon as I add a single Echo device the playlists are colored again

I assume that the code checking the devices is older and was not updated when adding known_connect_devices.

StephanHartmann commented 2 years ago

using

hide_connect_devices: true
hide_chromecast_devices: true

to remove the detected devices has the same effect as using filter_devices

kongo09 commented 2 years ago

potentially related to #158