IMG cannot set as background

hi there,

I think you can fix this issue very simple - I’m to dumb to set an IMG in lovelace as a background of a card…

I set up this card: https://github.com/benct/lovelace-xiaomi-vacuum-card
The image is placed here: /config/www/community/lovelace-xiaomi-vacuum-card/vacuum.png

The configuration of the card is:

type: 'custom:xiaomi-vacuum-card'
entity: vacuum.xiaomi_vacuum_cleaner
name: Rasender Roland
image: /config/www/community/lovelace-xiaomi-vacuum-card/vacuum.png

But the background is empty /white.

I use HA since a couple of days and not sure if I need an extra app or this is just a problem with my config…

Regards
Timo

please try

type: 'custom:xiaomi-vacuum-card'
entity: vacuum.xiaomi_vacuum_cleaner
name: Rasender Roland
image: /local/community/lovelace-xiaomi-vacuum-card/vacuum.png
1 Like

Thanks man!

It’s done and look great!

so is /config/www/ = /local/?

yes. /config/www/ is used in url addressing

1 Like