Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
Update Home automation
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 15, 2024
1 parent 4672e09 commit 755f402
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions home-automation/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1
environment:
- PUID=1000
- PGID=1000
Expand All @@ -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
Expand All @@ -53,7 +53,7 @@ services:

esphome:
container_name: esphome
image: esphome/esphome:2024.2.1
image: esphome/esphome:2024.2.2
volumes:
- ${VOLUMES_PATH}/home-automation/esphome/config:/config
- /etc/localtime:/etc/localtime:ro
Expand Down

0 comments on commit 755f402

Please sign in to comment.