This is shows the temperature of all my sensors in the house with different labels.
But I would really like to have the current average temperature from all these sensors as the value shown on top, instead of the first sensor (Vardagsrummet).
So instead of 22.46C it would show 22.18C .

- cards:
- entities:
- entity: sensor.sensor_temperature
icon: 'mdi:sofa'
name: Vardagsrummet
- entity: sensor.sensor_hallen_temperature
icon: 'mdi:door'
name: Hallen
- entity: sensor.kitchen_temperature
icon: 'mdi:table-chair'
name: K枚ket
- entity: sensor.bedroom2_temperature
icon: 'mdi:bunk-bed'
name: Barnens rum
hour24: true
name: Temperatur
type: 'custom:mini-graph-card'
Hello, this is a perfect use case for a template sensor.
Create a template sensor with the value being the average of the three.
Then use this sensor as the first entity in the card and hide it from the graph (optional).
Most helpful comment
Hello, this is a perfect use case for a template sensor.
Create a template sensor with the value being the average of the three.
Then use this sensor as the first entity in the card and hide it from the graph (optional).