Files
selfhost_podman/homeassistant/esphome.container
2025-06-08 13:36:28 +05:30

22 lines
346 B
Plaintext

[Unit]
Description=ESPHome Container
[Container]
Pod=homeassistant.pod
ContainerName=esphome
Image=ghcr.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