pkissling / clock-weather-card

A Home Assistant Card indicating today's date/time, along with an iOS inspired weather forecast for the next days with animated icons
Other
303 stars 65 forks source link

Background removal #407

Open pawellygan opened 4 days ago

pawellygan commented 4 days ago

Is there an option to remove the background? Using card on Picture element looks a bit broken I'm happy to keep it as "no background"

see below:

Screenshot 2024-06-28 at 08 42 48

solution: use background: false

Dion-HA commented 1 day ago

I would also like to see this option of no background added or even better, to allow other themes using the theme: option.

Thanks!

Dion

pkissling commented 7 hours ago

you can use card mod to remove the background:

- type: custom:clock-weather-card
  # ....
  card_mod:
    style: |
      ha-card {
        background: transparent !important;
      }