update voltage icon

This commit is contained in:
Hristo
2022-11-21 00:21:55 +02:00
parent a3a45141ea
commit 0f81bbe577

View File

@@ -160,7 +160,7 @@ def config_json(what_config):
data["name"] = hostname + " Disk Usage" data["name"] = hostname + " Disk Usage"
data["unit_of_measurement"] = "%" data["unit_of_measurement"] = "%"
elif what_config == "voltage": elif what_config == "voltage":
data["icon"] = "mdi:current-dc" data["icon"] = "mdi:flash"
data["name"] = hostname + " CPU Voltage" data["name"] = hostname + " CPU Voltage"
data["unit_of_measurement"] = "V" data["unit_of_measurement"] = "V"
elif what_config == "swap": elif what_config == "swap":