Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 715 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 715 Bytes

My private ESPHome configuration

This project uses ESPHome.

Each file should start with

substitutions:
  devicename: mydevice
  devicename_upper: MyDevice

<<: !include ./.base.yaml

Replace devicename and devicename_upper with the desired values.

ATTENTION You will also need to create a file named secrets.yaml in the base folder with the following content:

wifi_ssid: YourSSID
wifi_password: "The password for your wifi"

The content of this file is used in wifi.yaml.

Usage

## Compile with:
esphome compile ${FILE}

## e.g.
esphome compile drawer.yaml
esphome compile rack.yaml

## Then upload to device:
esphome upload ${FILE}