From 300ebbc43ce9481641befdbd65b5c323e7c89216 Mon Sep 17 00:00:00 2001 From: Bram Veenboer Date: Sat, 11 Oct 2025 14:14:14 +0200 Subject: [PATCH] Update homeassistant to 2025.10 --- compose.homeassistant.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.homeassistant.yaml b/compose.homeassistant.yaml index e7bfd45..26393e8 100644 --- a/compose.homeassistant.yaml +++ b/compose.homeassistant.yaml @@ -1,7 +1,7 @@ services: homeassistant: container_name: homeassistant - image: homeassistant/home-assistant:2025.3 + image: homeassistant/home-assistant:2025.10 network_mode: host privileged: true restart: unless-stopped