Hello everyone I would like some help, I omitted garbage collection with its additions, “Lovelace custom card for Garbage Collection”, I would like to show the images of the buckets on the lovelace but when I set the values it gives me this red screen of error. What can I do.!
did you add it to the Resoures
or did you do a f5 in the broswer
and here is mine
type: custom:card-templater
entities:
- sensor.landfill
card:
type: picture-entity
entity: sensor.landfill
name_template: '{{ states.sensor.landfill.attributes.days }} days'
show_name: true
show_state: false
state_image:
'0': /local/images/landfill_0.png
'1': /local/images/landfill_1.png
'2': /local/images/landfill_2.png
what do you mean by adding to resources? I am not very practical yes I have proivato to do f5 and restart all but nothing. As if some pieces related to custom cards are missing?