An open API service indexing awesome lists of open source software.

https://github.com/paularmstrong/esphome-configs


https://github.com/paularmstrong/esphome-configs

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

ESPHome configs

Needed:
* `pip3 install esphome`
* `secrets.yaml` file with
```yaml
wifi_ssd:
wifi_pass:
ap_pass:
```

Run the ESPHome dashboard and open http://localhost:6052
```sh
esphome ./ dashboard
```