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 1/5] 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, "_") }} From 8e8020d57ae65181e8cb570120a17e0439e1230f Mon Sep 17 00:00:00 2001 From: techie2000 <38585780+techie2000@users.noreply.github.com> Date: Mon, 7 Aug 2023 09:19:22 +0100 Subject: [PATCH 2/5] Update .gitignore remove duplicate entry --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index dc85e3db..481a5401 100755 --- a/.gitignore +++ b/.gitignore @@ -12,7 +12,6 @@ *.sqlite *.log *.db -*.sqlite .cloud .storage .vscode From 0d8cfe5036478b26756d6c2c3a2e99445c1e9a7e Mon Sep 17 00:00:00 2001 From: techie2000 <38585780+techie2000@users.noreply.github.com> Date: Mon, 7 Aug 2023 09:25:05 +0100 Subject: [PATCH 3/5] Update .gitignore Cover all log files generically (they contain transient data and possibly personally identifiable/privileged information) --- .gitignore | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 481a5401..88673501 100755 --- a/.gitignore +++ b/.gitignore @@ -10,7 +10,7 @@ *.db-shm *.db-wal *.sqlite -*.log +*.log* *.db .cloud .storage @@ -19,9 +19,6 @@ .uuid core.* core -OZW_Log.txt -home-assistant.log -home-assistant.log.* home-assistant_v2 home-assistant_v2.* deps From c9a54536c5c0c059f890498a5a54ff8f9ebb00b7 Mon Sep 17 00:00:00 2001 From: techie2000 <38585780+techie2000@users.noreply.github.com> Date: Mon, 7 Aug 2023 09:27:42 +0100 Subject: [PATCH 4/5] Update .gitignore Cover all db files generically --- .gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 88673501..aca986e7 100755 --- a/.gitignore +++ b/.gitignore @@ -6,9 +6,7 @@ *.key *.conf *.pickle -*.db-journal -*.db-shm -*.db-wal +*.db* *.sqlite *.log* *.db From 4387e9a699714878f1656e0d294b420049040a08 Mon Sep 17 00:00:00 2001 From: techie2000 <38585780+techie2000@users.noreply.github.com> Date: Mon, 7 Aug 2023 09:29:08 +0100 Subject: [PATCH 5/5] Update .gitignore Remove specific items that are picked up by the generic items at the start of the file --- .gitignore | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitignore b/.gitignore index aca986e7..3a25d073 100755 --- a/.gitignore +++ b/.gitignore @@ -31,10 +31,6 @@ secrets.yaml secrets known_devices.yaml .homekit.state -phue.conf -ios.conf -pyozw.sqlite -nest.conf ipchange.yaml ip_bans.yaml production_auth.json