spotify-card
spotify-card copied to clipboard
Feature Request
Is it possible to Hide the Players and Spotify Icon on the bottom and only see playlist
This can be done using card mod https://github.com/thomasloven/lovelace-card-mod
card_mod:
style: |
ha-card > #footer {
display: none;
}