ESPHome configurations files used in my home.
pip3 install --user esphome
touch includes/secrets.yaml
vim includes/secrets.yamlCopy paste the following:
wifi:
ssid: "SSID"
password: "PASSWORD"
Edit the SSID and PASSWORD for your wifi network.
esphome <config.yaml> run