Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

ESPHome configs

Personal collection of ESPHome configurations for devices I run on my network.

Layout

.
├── common/                  shared snippets included by every device (wifi, api, ota, …)
├── <hardware-type>/         one folder per hardware type
│   ├── README.md            wiring notes & flash instructions for this device
│   ├── <device>.yaml        the file you actually flash (substitutions + esphome:)
│   └── model.yaml           hardware template included by the device wrapper
└── secrets.yaml             Wi-Fi credentials etc. — gitignored

Currently in the repo:

Flashing

From the repo root:

esphome run <hardware-type>/<device>.yaml

See each device folder's README for wiring and any device-specific notes.

Secrets

secrets.yaml lives at the repo root and is referenced by common/base.yaml. It's gitignored — create your own with at least:

wifi_ssid: "your-ssid"
wifi_password: "your-password"

Installing ESPHome

https://esphome.io/guides/installing_esphome/

About

ESPHome Device Configs

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors