Update icons.py

This commit is contained in:
joBr99
2022-05-23 18:10:27 +02:00
committed by GitHub
parent 23ab8e3590
commit bd21406e20

View File

@@ -85,6 +85,8 @@ def map_to_mdi_name(ha_type, state=None, device_class=None, cardType=None):
return "script-text"
elif ha_type == "switch":
return "light-switch"
elif ha_type == "automation":
return "robot"
elif ha_type == "number":
return "ray-vertex"
elif ha_type == "light":