diff --git a/apps/nspanel-lovelace-ui/luibackend/icons.py b/apps/nspanel-lovelace-ui/luibackend/icons.py index 500f23c3..851ebdf5 100644 --- a/apps/nspanel-lovelace-ui/luibackend/icons.py +++ b/apps/nspanel-lovelace-ui/luibackend/icons.py @@ -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":