diff --git a/apps/nspanel-lovelace-ui/luibackend/icons.py b/apps/nspanel-lovelace-ui/luibackend/icons.py index b8c4999a..caa24798 100644 --- a/apps/nspanel-lovelace-ui/luibackend/icons.py +++ b/apps/nspanel-lovelace-ui/luibackend/icons.py @@ -187,6 +187,10 @@ def map_to_mdi_name(ha_type, state=None, device_class="_", cardType=None): return "weather-night" if state == "armed_vacation": return "shield-airplane" + if state == "arming": + return "shield" + if state == "triggered": + return "shield-home" elif ha_type == "climate": if state in ["auto", "heat_cool"]: return "calendar-sync"