feat: add homeassistant and esphome, pi server done

This commit is contained in:
coolnsx
2025-03-26 20:48:22 +05:30
parent 1859a46b51
commit eeb01f7a9c
3 changed files with 49 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
[Unit]
Description=ESPHome Container
[Container]
Pod=homeassistant.pod
ContainerName=esphome
Image=docker.io/esphome/esphome
# Enable auto-update container
AutoUpdate=registry
Volume=%h/podman/homeassistant/esphome:/config
Volume=/etc/localtime:/etc/localtime:ro
[Service]
Restart=always
TimeoutStartSec=300
[Install]
WantedBy=default.target