From bd21406e2046e78ad1d6883e6b63599bf05c8ae3 Mon Sep 17 00:00:00 2001 From: joBr99 <29555657+joBr99@users.noreply.github.com> Date: Mon, 23 May 2022 18:10:27 +0200 Subject: [PATCH] Update icons.py --- apps/nspanel-lovelace-ui/luibackend/icons.py | 2 ++ 1 file changed, 2 insertions(+) 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":