From 604537a6fe1852c70bb67019a16944d4ded11aa7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 22:12:20 +0000 Subject: [PATCH] Update homeassistant/home-assistant Docker tag to v2026.8.1 --- home_assistant/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home_assistant/Dockerfile b/home_assistant/Dockerfile index ddd12ed..67bb7a6 100644 --- a/home_assistant/Dockerfile +++ b/home_assistant/Dockerfile @@ -1,4 +1,4 @@ -FROM homeassistant/home-assistant:2026.7.2 +FROM homeassistant/home-assistant:2026.8.1 COPY docker-healthcheck.sh /usr/local/bin/ RUN chmod +x /usr/local/bin/docker-healthcheck.sh