Esphome templates/configs Mirrored to:
Find a file
2025-10-18 10:16:43 +00:00
nous-at1-minimal.yaml Update nous-at1-minimal.yaml 2025-10-18 09:43:51 +00:00
nous-at1.yaml Update nous-at1.yaml 2025-10-18 09:32:07 +00:00
README.md Update README.md 2025-10-18 10:16:43 +00:00

Workflow:

  • copy the yaml content into a new device set-me-up in your esphome
  • build firmware, download
  • rename set-me-up in esphome to template-do-notuse
  • upload firmware to device
  • connect to device AP, set wifi parameters
  • device should show up as set-me-up in esphome, ready to be adapted (here it gets its correct name, etc)
  • after that the config looks like this:
    substitutions:
      name: "nous-5"
      friendly_name: Küche Steckdose Friteuse
    packages:
      finkregh.Nous AT1: github://finkregh/esphome-configs/nous-at1.yaml@main
    esphome:
      name: ${name}
      name_add_mac_suffix: false
      friendly_name: ${friendly_name}
    
  • you can now add your own config parts (e.g. API key) and finally rename it via the UI
  • if you want to change variables, do so via the substitutions: parts at the top, reference the file here to see available variables