Hi,
i have this lovelace UI configuration (snippet):
views:
-
icon: mdi:thermometer-lines
title: Termostati
id: thermostats
theme: dark-modecards:
- type: history-graph
title: Interna - Storico (12h)
hours_to_show: 12
refresh_interval: 60
show_header_toggle: false
entities:
####### switch graph- entity: switch.sonoff_th10_livingroom_switch
name: S - entity: switch.sonoff_th10_bedroom_switch
name: C - entity: switch.sonoff_th10_bathroom_switch
name: B
####### temperature graph - entity: sensor.sensore_temp_soggiorno
name: Soggiorno (S) - entity: sensor.sensore_temp_camera
name: Camera © - entity: sensor.sensore_temp_bagno
name: Bagno (B)
####### humidity graph - entity: sensor.sensore_umidita_soggiorno
name: Soggiorno (S) - entity: sensor.sensore_umidita_camera
name: Camera © - entity: sensor.sensore_umidita_bagno
name: Bagno (B)
- entity: switch.sonoff_th10_livingroom_switch
- type: history-graph
the result is that the graphs are displayed in the same card in this order:
- switch graph
- humidity graph
- temperature graph
I would like that they are displayed in the order specified (just as the behaviour of entities card)
Is this a bug or how can achieve the expected result?
Thank you