feat(service): add esphome template (#6532)

Co-authored-by: 🏔️ Peak <122374094+peaklabs-dev@users.noreply.github.com>
This commit is contained in:
Nicanor Alexander de la Cruz Caba
2026-01-05 09:20:17 -04:00
committed by GitHub
parent eaa668036f
commit 0af80e60a3
2 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
# documentation: https://esphome.io/guides/getting_started_command_line/
# slogan: Smart Home Made Simple.
# category: automation
# tags: home, smart, assistant, microcontroller
# logo: svgs/esphome.svg
# port: 6052
services:
esphome:
image: ghcr.io/esphome/esphome:2025.12.4
volumes:
- esp_config:/config
- /etc/localtime:/etc/localtime:ro
privileged: true
network_mode: host
environment:
- SERVICE_URL_ESPHOME_6052
- USERNAME=${SERVICE_USER_ADMIN}
- PASSWORD=${SERVICE_PASSWORD_ADMIN}