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