From b5bce2af105a5dc6e933bced258957fea70a5875 Mon Sep 17 00:00:00 2001 From: Randyblo7 <86910661+Randyblo7@users.noreply.github.com> Date: Sun, 23 Jul 2023 06:35:40 -0700 Subject: [PATCH] Master --- config/shell_scripts/Jinja Code.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/shell_scripts/Jinja Code.py b/config/shell_scripts/Jinja Code.py index df194f1a..c17956a1 100755 --- a/config/shell_scripts/Jinja Code.py +++ b/config/shell_scripts/Jinja Code.py @@ -6,7 +6,7 @@ For the sandbox. ######################################################### Create fast Customize for groups, sensors, covers etc... Just change that first line below 'sensor' to 'group', 'covers' etc.. -{% for state in states.sensor -%} +{% for state in states.group -%} {% if loop.first %} {% elif loop.last %} {% else %} @@ -22,7 +22,7 @@ Create fast Customize for groups, sensors, covers etc... Just change that first ######################################################### #This code lists out EVERY possible entity and attribute for that entity. -# source: https://github.com/skalavala/smarthome/blob/master/Entities.md +# source: https://github.com/skalavala/smarthome/blob/primary/Entities.md ######################################################### {{ "_".ljust(90, "_") }}