Browse Source

Add config template

main
James Moore 11 months ago
parent
commit
5589717edd
2 changed files with 10 additions and 0 deletions
  1. +9
    -0
      main_configs/1_template.yaml
  2. +1
    -0
      main_configs/README.md

+ 9
- 0
main_configs/1_template.yaml View File

@ -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

+ 1
- 0
main_configs/README.md View File

@ -0,0 +1 @@
Files inside of this directory need to be moved to the repo's root directory to be flashed.

Loading…
Cancel
Save