Up until a few days ago there used to be colours indicating the state of consumption. Now it seems the colour has moved to the right and it’s no longe in place.
This is the code used and I haven’t changed it.
title: ENERGY
icon: 'mdi:flash'
cards:
- type: horizontal-stack
cards:
- type: gauge
name: Watts
unit: ' '
entity: sensor.sensor_electricity_load
min: 0
max: 1000
severity:
green: 300
yellow: 500
red: 700
- type: gauge
name: Volts
unit: ' '
entity: sensor.sensor_electricity_voltage
min: 210
max: 260
severity:
green: 240
yellow: 240
red: 241
What could of cused this issue, and how can I fix it?
Thanks