Hello,
I have configured a history-graph card with two sensor values.
type: history-graph
entities:
- entity: sensor.test7_home_heizung_warmwasser_ist_temperatur
name: Ist
- entity: sensor.test7_home_heizung_warmwasser_soll_temperatur
name: Soll
title: Warmwasser Temperaturen
hours_to_show: 1
This way, the card looks fine:
But when I change the order off the two sensors, the card will look strange.
type: history-graph
entities:
- entity: sensor.test7_home_heizung_warmwasser_soll_temperatur
name: Soll
- entity: sensor.test7_home_heizung_warmwasser_ist_temperatur
name: Ist
title: Warmwasser Temperaturen
hours_to_show: 1
Why does that happen?