From 23ab8e3590cd131ed7d97f60f0e0bb8fb8489d92 Mon Sep 17 00:00:00 2001 From: joBr99 <29555657+joBr99@users.noreply.github.com> Date: Mon, 23 May 2022 17:59:21 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4e3a85c7..d4ae9f25 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ NsPanel needs to be flashed with Tasmota (or upcoming with ESPHome) ## Features -- Entities Page with support for cover, switch, input_boolean, binary_sensor, sensor, button, number, scenes, script, input_button and light, input_text (read-only), lock, fan -- Grid Page with support for cover, switch, input_boolean, button, scenes, light and lock +- Entities Page with support for cover, switch, input_boolean, binary_sensor, sensor, button, number, scenes, script, input_button and light, input_text (read-only), lock, fan and automation +- Grid Page with support for cover, switch, input_boolean, button, scenes, light, lock and automation - Detail Pages for Lights (Brightness, Temperature and Color of the Light) and for Covers (Position) - Thermostat Page - Media Player Card 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 2/2] 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":