From 6cf4c42c0d19014c10dbb87dd4cd22d644b35290 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 23:04:42 +0000 Subject: [PATCH] Update Home automation --- home-automation/docker-compose.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home-automation/docker-compose.yaml b/home-automation/docker-compose.yaml index 23ef191..4239c9b 100644 --- a/home-automation/docker-compose.yaml +++ b/home-automation/docker-compose.yaml @@ -12,7 +12,7 @@ services: homeassistant: container_name: homeassistant - image: ghcr.io/home-assistant/home-assistant:2024.2.4 + image: ghcr.io/home-assistant/home-assistant:2024.3.3 environment: - PUID=1000 - PGID=1000 @@ -31,7 +31,7 @@ services: retries: 5 grocy: - image: linuxserver/grocy:4.1.0 + image: linuxserver/grocy:4.2.0 container_name: grocy environment: - PUID=1000 @@ -53,7 +53,7 @@ services: esphome: container_name: esphome - image: esphome/esphome:2024.2.1 + image: esphome/esphome:2024.3.0 volumes: - ${VOLUMES_PATH}/home-automation/esphome/config:/config - /etc/localtime:/etc/localtime:ro