Personal configuration files and ESPHome YAML definitions for my Home Assistant instance.
-
ESP32/
ESPHome configurations for various ESP32-based devices (sensors, relays, etc.).
These YAML files are compiled and flashed to ESP32 boards to integrate custom hardware into Home Assistant. -
Raspberry-Pi-Pico/ (or Pico/)
Configurations, scripts, or MicroPython code related to Raspberry Pi Pico boards used in Home Assistant projects. -
.gitignore
Standard ignore patterns (including.DS_Store, secrets, caches).
- ESPHome devices
- Navigate to the
ESP32/folder. - Each
.yamlfile represents one device (filename typically matches thename:field for clarity). - Example workflow:
esphome config.yaml validate esphome config.yaml run --device 192.168.x.x # or .local hostname
- Navigate to the