bkr1969
(Brian)
November 3, 2022, 2:23pm
1
Just updated to 2022.11.0
My images are now missing for my person entities:
- type: custom:config-template-card
entities:
- input_boolean.bribatt
- person.brian_2
element:
entity: person.brian_2
type: image
image: /local/floorplan/bricon.jpeg
I can load the image directly into the browser, but it doesn’t show on my layout
Sajo
(Damjan Sajovic)
November 20, 2022, 10:32am
2
Hello
I am also missing images since update, There is background image, but no fan or valve images and there is no error.
type: picture-elements
image: /local/img/bojler.gif
elements:
- type: state-badge
entity: sensor.ventilator_1_ds18b20_1_temperature_2
style:
top: 33%
left: 82%
transform: translate(-50%, -50%) scale(0.8, 0.8)
color: rgba(0,0,0,0)
- type: state-badge
entity: sensor.ventilator_1_ds18b20_3_temperature_2
style:
top: 90%
left: 82%
transform: translate(-50%, -50%) scale(0.8, 0.8)
color: rgba(0,0,0,0)
- type: state-badge
entity: sensor.ventilator_1_ds18b20_2_temperature_2
style:
top: 38%
left: 13%
transform: translate(-50%, -50%) scale(0.8, 0.8)
color: rgba(0,0,0,0)
- type: state-badge
entity: sensor.kompresor_bme280_temperature
style:
top: 55%
left: 13%
transform: translate(-50%, -50%) scale(0.8, 0.8)
- type: image
entity: switch.pumpa_2
tap_action:
action: toggle
image: /local/img/pumpa_laufa.gif
state_image:
'off': /local/img/pumpa_stoji.gif
style:
top: 19.8%
left: 57%
transform: translate(-50%, -50%) scale(0.23, 0.23)
- type: image
entity: switch.ventil_delavnica_2
tap_action:
action: toggle
image: /local/img/ventil_odpri.gif
state_image:
'off': /local/img/ventil_zapri2.gif
style:
top: 45%
left: 41.5%
transform: translate(-50%, -50%) scale(0.4, 0.5)
- type: image
entity: switch.ventilator_2_2
tap_action:
action: toggle
image: /local/img/fan_yellow.gif
state_image:
'off': /local/img/fan_grey_static.gif
style:
top: 12%
left: 7%
transform: translate(-50%, -50%) scale(0.15, 0.15)
- type: image
entity: switch.ventilator_1_2
tap_action:
action: toggle
image: /local/img/fan_yellow.gif
state_image:
'off': /local/img/fan_grey_static.gif
style:
top: 12%
left: 20%
transform: translate(-50%, -50%) scale(0.18, 0.18)
- type: image
entity: switch.kalorifer
tap_action:
action: toggle
image: /local/img/kaloriferOn.gif
state_image:
'off': /local/kaloriferOff.gif
style:
top: 85%
left: 18%
segoz
(segoz)
December 1, 2022, 4:34pm
3
Same problem here. After updating, almost 80% of my state images in floorplan are missing… I can’t see any error message that could lead me to where the problem is. Anybody has been able to fix it?