https://github.com/paularmstrong/esphome-configs
https://github.com/paularmstrong/esphome-configs
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/paularmstrong/esphome-configs
- Owner: paularmstrong
- Created: 2020-12-17T05:15:19.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-28T23:08:35.000Z (almost 5 years ago)
- Last Synced: 2025-02-08T07:27:27.329Z (9 months ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```