Skip to content

matt2005/esphome_configs

Repository files navigation

my esphome configs

Overview

I'm using version 1.14.0-dev in a hassio.

The configurations are modular. Each device will have a single yaml file, this file will use a device specific file from the templatefiles directory.

The device specific file will then import the common settings from either

The common files will pull the secrets from templatefiles/secrets.yaml

Common features

Each Device has the following standard sensors:

  • MAC address
  • Uptime
  • Version
  • Wifi Signal (in dB)
  • Wifi Strength (in english)

Each Device also has the following switch:

  • Restart

Devices