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
.
## Compile with:
esphome compile ${FILE}
## e.g.
esphome compile drawer.yaml
esphome compile rack.yaml
## Then upload to device:
esphome upload ${FILE}