mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-28 09:08:50 +02:00
15 lines
284 B
Markdown
15 lines
284 B
Markdown
esphome
|
|
=======
|
|
|
|
[ESPHome][1] is a system to control your ESP8266/ESP32 by simple yet powerful
|
|
configuration files and control them remotely through Home Automation systems.
|
|
|
|
## up and running
|
|
|
|
```bash
|
|
$ docker-compose up -d
|
|
$ curl http://127.0.0.1:6052
|
|
```
|
|
|
|
[1]: https://esphome.io/
|