update voltage icon
This commit is contained in:
@@ -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":
|
||||||
|
|||||||
Reference in New Issue
Block a user