Add ESPHome

This commit is contained in:
Jake Howard 2020-06-27 16:45:00 +01:00
parent c89715c52b
commit 681d591176
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -25,3 +25,10 @@ services:
- ./influxdb:/var/lib/influxdb
environment:
- INFLUXDB_DB=home_assistant
esphome:
image: esphome/esphome:latest
restart: unless-stopped
network_mode: host
volumes:
- ./esphome:/config