Hello everyone,
I have one question regarding my UI. I use the mini-graph-card to show the gas price evolution. This seemed to work when I created it. Unfortunately from time to time the card is not shown. Instead there is an error message that the custom element doesn’t exist. But sometimes it is working and the graph is shown but no error message.
How could this happen?
type: conditional
conditions:
- entity: sensor.jet_haifa_allee_1_diesel
state_not: unknown
card:
type: vertical-stack
cards:
- type: horizontal-stack
cards:
- type: custom:mini-graph-card
name: DIESEL Entwicklung
hours_to_show: 96
group_by: date
decimals: 3
show:
labels: true
icon: mdi:gas-station
animate: true
entities:
- entity: sensor.jet_haifa_allee_1_diesel
aggregate_func: max
name: Max
color: null
fixed_value: false
show_fill: false
- entity: sensor.jet_haifa_allee_1_diesel
aggregate_func: min
name: Min
color: blue
fixed_value: false
show_fill: false
- entity: sensor.jet_haifa_allee_1_diesel
aggregate_func: avg
name: Avg
color: green
fixed_value: false
show_fill: false
- type: custom:mini-graph-card
name: Heute
hours_to_show: 14
decimals: 3
show:
labels: true
icon: mdi:gas-station
entities:
- entity: sensor.jet_haifa_allee_1_diesel
name: TOTAL
color: black