ha_mqtt_configd: Add icon for power measurements

This commit is contained in:
Timo Makinen 2025-04-19 19:12:46 +00:00
parent bb572040ef
commit ed4debd59d

View file

@ -28,6 +28,7 @@ def on_message(client, userdata, msg):
uniqueid,
],
},
"icon": "mdi:lightning-bolt",
"name": "Power Usage",
"state_topic": msg.topic,
"unit_of_measurement": "W",