From ff4df450fbb7efad1744890e389ebbdd6b0304e7 Mon Sep 17 00:00:00 2001 From: Mikayla Dobson Date: Wed, 20 Sep 2023 17:47:30 -0500 Subject: [PATCH] reorganizing configs --- .gitignore | 4 ++++ docker-compose.yaml | 0 hassio/configuration.yaml | 0 main.py => scripts/striplights.py | 0 4 files changed, 4 insertions(+) create mode 100644 .gitignore create mode 100644 docker-compose.yaml create mode 100644 hassio/configuration.yaml rename main.py => scripts/striplights.py (100%) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4de9a52 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +__pycache__ +secrets.yaml +*.env +node_modules diff --git a/docker-compose.yaml b/docker-compose.yaml new file mode 100644 index 0000000..e69de29 diff --git a/hassio/configuration.yaml b/hassio/configuration.yaml new file mode 100644 index 0000000..e69de29 diff --git a/main.py b/scripts/striplights.py similarity index 100% rename from main.py rename to scripts/striplights.py