From c1f95c7c1039e8c15e25a0722e63fa5c3888997a Mon Sep 17 00:00:00 2001 From: TheThomaas Date: Fri, 9 Jan 2026 14:40:31 +0100 Subject: [PATCH] Initial commit --- .gitignore | 3 +++ README.md | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6f93a37 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +# Gitignore settings for ESPHome +/.esphome/ +/secrets.yaml \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..a8aa675 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# ESPHome Device Configs + +ESPHome configurations for various devices. \ No newline at end of file