๐Ÿ”น Card-mod - Add css styles to any lovelace card

I explained it here.

So you could do something like this

- type: picture-elements
  style:
    '#root > bar-card':
      $: |
        ha-card {background: none; box-shadow: none;}
2 Likes