kalkih / simple-weather-card

Minimalistic weather card for Home Assistant
MIT License
285 stars 33 forks source link

request: custom background #7

Closed QonosSWE closed 5 years ago

QonosSWE commented 5 years ago

I would love to add my own custom background-images

kalkih commented 5 years ago

You can achieve this with the help of lovelace-card-modder, see this example.

Or if you don't care about dynamically changing backgrounds, you could do something like this.

- type: custom:card-modder
  style:
    background-image: "url(/local/example-bg.jpg)"
  card:
    type: custom:simple-weather-card
    entity: weather.example
QonosSWE commented 5 years ago

Ahh awesome! Thanks! Tack!