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.