Skip to content

yoannchaudet/ESPHome-configuration

Repository files navigation

ESPHome-configuration

I started to experiment with ESPHome as an alternative to Tasmota.

Despite its use of YAML, ESPHome is great and has taken over all my devices. This repository is keeping stuff organized.

Structure

  • 📁 common, reusable bits
  • 📁 templates, reusable templates (define specific type of devices)
  • 📁 scripts, some utilities (e.g. the continuous integration tests)
  • .secrets.yaml, a stub file describing the secrets needed by all devices
  • device.*.yaml, individual device definitions (define specific instances of devices)

Secrets

All secrets needed by the configuration is defined in the stub .secrets.yaml file.

Because of how ESPHome implements the !secret directive, it is only available at the root of this repository (i.e. in individual device definitions).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published