Add initial Docker Compose configuration for Home Assistant, Esphome, and MQTT services
This commit is contained in:
commit
1ebdc533ec
2 changed files with 42 additions and 0 deletions
10
README.md
Normal file
10
README.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Docker compose file for Home Assistant
|
||||
|
||||
Docker-compose file to be used with Home Assistant.
|
||||
Deploys Home Assistant, Esphome dashboard and an MQTT broker.
|
||||
|
||||
## Base environment
|
||||
```
|
||||
ESPHOME_USERNAME=
|
||||
ESPHOME_PASSWORD=
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue