diff --git a/home-automation/docker-compose.yaml b/home-automation/docker-compose.yaml index 23ef191..4615e6d 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.1 volumes: - ${VOLUMES_PATH}/home-automation/esphome/config:/config - /etc/localtime:/etc/localtime:ro