Hello,
I have mini graph with below config, and need advice how we can set name to sensor value?
I try set the name same with the entity like sensor.current_total but tge result is string ‘sensor.current_total’ and not the value.
type: custom:mini-graph-card
name: Power
entities:
- entity: sensor.plug_cctv_atas_voltage
name:
color: green - entity: sensor.current_total
name:
color: blue