spotify-card icon indicating copy to clipboard operation
spotify-card copied to clipboard

Feature Request

Open monstergubl opened this issue 1 year ago • 1 comments

Is it possible to Hide the Players and Spotify Icon on the bottom and only see playlist

monstergubl avatar Jun 26 '23 08:06 monstergubl

This can be done using card mod https://github.com/thomasloven/lovelace-card-mod

card_mod:
  style: |
    ha-card > #footer {
      display: none;
    }

bremor avatar Jul 03 '23 11:07 bremor