diff --git a/.gitignore b/.gitignore index dc85e3db..3a25d073 100755 --- a/.gitignore +++ b/.gitignore @@ -6,13 +6,10 @@ *.key *.conf *.pickle -*.db-journal -*.db-shm -*.db-wal +*.db* *.sqlite -*.log +*.log* *.db -*.sqlite .cloud .storage .vscode @@ -20,9 +17,6 @@ .uuid core.* core -OZW_Log.txt -home-assistant.log -home-assistant.log.* home-assistant_v2 home-assistant_v2.* deps @@ -37,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 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, "_") }}