1
1
Fork 0

homeassistant: upgrade to 2025.3

This commit is contained in:
Myned 2025-03-29 20:46:14 -05:00
parent c63a8983fe
commit 5276ca1679
Signed by: Myned
GPG key ID: C7224454F7881A34

View file

@ -15,7 +15,7 @@ in {
virtualisation.arion.projects.homeassistant.settings.services = {
homeassistant.service = {
container_name = "homeassistant";
image = "homeassistant/home-assistant:2025.1";
image = "homeassistant/home-assistant:2025.3";
ports = ["8123:8123/tcp"];
restart = "unless-stopped";
volumes = ["${config.custom.containers.directory}/homeassistant/config:/config"];