CAH, 2019-03-26 Configuration definitions for local ESPHome devices.
For information on removing secrets from the repository, see this link: https://github.com/heckler/home-assistant-config/blob/master/secrets_cleanup.md
- ESP32 Camera modules
- Flashing Sonoff Basic devices with ESPHome
- Flashing Sonoff B1 LED bulbs with ESPHome
- Configuration instructions for the WLED modules
- Getting started guide: ESPHome Getting Started
- WSL: ESPHome should already be configured via the wsl_provision bootstrap script
To update ESPHome:
pip3 install --upgrade esphome
pip3 install --upgrade virtualenv
To install a specific version:
pip3 uninstall esphome
pip3 install -Iv esphome==1.14.5
esphome hello-world.yaml wizard
esphome hello-world.yaml run
There is a simple dashboard webserver in ESPHome. From the folder where the device configs are stored, execute the following command:
esphome . dashboard
Then, navigate to the following address: http://localhost:6052/