commit 5a6e0651279607e6045ac798328b8dd7d5e3ca71 Author: david Date: Mon Jan 12 09:30:48 2026 -0500 corrected for root diff --git a/homeassistant.container b/homeassistant.container new file mode 100644 index 0000000..cfa2bf0 --- /dev/null +++ b/homeassistant.container @@ -0,0 +1,21 @@ +[Unit] +Description=Home Assistant + +[Container] +ContainerName=homeassistant +Image=ghcr.io/home-assistant/home-assistant:stable +AutoUpdate=registry +Network=host +PodmanArgs=--privileged +AddCapability=NET_ADMIN +AddCapability=NET_RAW +Volume=ha-config:/config +Volume=/etc/localtime:/etc/localtime:ro +Volume=/run/dbus:/run/dbus:ro +Environment=TZ=America/New_York + +[Service] +Restart=unless-stopped + +[Install] +WantedBy=default.target