From 66db022d74896aeb6126f53050605d8002208c67 Mon Sep 17 00:00:00 2001 From: Rik Veenboer Date: Fri, 31 Jan 2025 09:13:24 +0100 Subject: [PATCH] update homeassistant --- docker-compose.homeassistant.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.homeassistant.yaml b/docker-compose.homeassistant.yaml index 4444897..6262583 100644 --- a/docker-compose.homeassistant.yaml +++ b/docker-compose.homeassistant.yaml @@ -1,7 +1,7 @@ services: homeassistant: container_name: homeassistant - image: homeassistant/home-assistant:2024.11 + image: homeassistant/home-assistant:2025.1.2 network_mode: host privileged: true restart: unless-stopped