From 3d18c9ba44c94b145d7acc961362e4034d81247b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 10:06:49 +0000 Subject: [PATCH] chore(deps): update ghcr.io/home-assistant/home-assistant docker tag to v2024.9.3 --- roles/homeassistant/templates/compose.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/homeassistant/templates/compose.yaml.j2 b/roles/homeassistant/templates/compose.yaml.j2 index 55988a58..e3d78c36 100644 --- a/roles/homeassistant/templates/compose.yaml.j2 +++ b/roles/homeassistant/templates/compose.yaml.j2 @@ -2,7 +2,7 @@ services: homeassistant: container_name: homeassistant - image: ghcr.io/home-assistant/home-assistant:2024.9.1 + image: ghcr.io/home-assistant/home-assistant:2024.9.3 environment: TZ: Europe/Stockholm network_mode: host