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,22 @@
[Unit]
Description=HomeAssistant Container
[Container]
Pod=homeassistant.pod
ContainerName=homeassistant
Image=ghcr.io/home-assistant/home-assistant:stable
# Enable auto-update container
AutoUpdate=registry
Volume=%h/podman/homeassistant/config:/config
Volume=/etc/localtime:/etc/localtime:ro
Volume=/run/dbus:/run/dbus:ro
[Service]
Restart=always
TimeoutStartSec=300
[Install]
WantedBy=default.target