Skip to content

Commit 0af80e6

Browse files
feat(service): add esphome template (#6532)
Co-authored-by: 🏔️ Peak <122374094+peaklabs-dev@users.noreply.github.com>
1 parent eaa6680 commit 0af80e6

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

public/svgs/esphome.svg

Lines changed: 1 addition & 0 deletions
Loading

templates/compose/esphome.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# documentation: https://esphome.io/guides/getting_started_command_line/
2+
# slogan: Smart Home Made Simple.
3+
# category: automation
4+
# tags: home, smart, assistant, microcontroller
5+
# logo: svgs/esphome.svg
6+
# port: 6052
7+
8+
services:
9+
esphome:
10+
image: ghcr.io/esphome/esphome:2025.12.4
11+
volumes:
12+
- esp_config:/config
13+
- /etc/localtime:/etc/localtime:ro
14+
privileged: true
15+
network_mode: host
16+
environment:
17+
- SERVICE_URL_ESPHOME_6052
18+
- USERNAME=${SERVICE_USER_ADMIN}
19+
- PASSWORD=${SERVICE_PASSWORD_ADMIN}

0 commit comments

Comments
 (0)