From 5589717edde8ea3ccfcb85a182ab7fecbb05a0c3 Mon Sep 17 00:00:00 2001 From: James Moore Date: Sun, 20 Jul 2025 21:17:49 -0400 Subject: [PATCH] Add config template --- main_configs/1_template.yaml | 9 +++++++++ main_configs/README.md | 1 + 2 files changed, 10 insertions(+) create mode 100644 main_configs/1_template.yaml create mode 100644 main_configs/README.md diff --git a/main_configs/1_template.yaml b/main_configs/1_template.yaml new file mode 100644 index 0000000..13cfe51 --- /dev/null +++ b/main_configs/1_template.yaml @@ -0,0 +1,9 @@ +substitutions: + devicename: "" + friendly_name: "" + api_reboot_timeout: 15min + mqtt_reboot_timeout: 0s + <<: !include secrets.yaml + +<<: !include common/common.yaml +<<: !include devices/sonoff-s31-reset-only.yaml diff --git a/main_configs/README.md b/main_configs/README.md new file mode 100644 index 0000000..6169ee5 --- /dev/null +++ b/main_configs/README.md @@ -0,0 +1 @@ +Files inside of this directory need to be moved to the repo's root directory to be flashed.