Add initial Docker Compose configuration for Home Assistant, Esphome, and MQTT services

This commit is contained in:
Edgar P. Burkhart 2025-05-19 09:35:05 +02:00
commit 1ebdc533ec
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
2 changed files with 42 additions and 0 deletions

10
README.md Normal file
View 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=
```