diff --git a/Apps/home-assistant/config.json b/Apps/home-assistant/config.json index 8d3090716..293fdd037 100644 --- a/Apps/home-assistant/config.json +++ b/Apps/home-assistant/config.json @@ -1,6 +1,6 @@ { "id": "home-assistant", - "version": "2024.5.4", + "version": "2024.5.5", "image": "ghcr.io/home-assistant/home-assistant", "youtube": "https://youtu.be/YnCpj5sND_A", "docs_link": "", diff --git a/Apps/home-assistant/docker-compose.yml b/Apps/home-assistant/docker-compose.yml index 3ba2da103..cd2bf0073 100644 --- a/Apps/home-assistant/docker-compose.yml +++ b/Apps/home-assistant/docker-compose.yml @@ -12,7 +12,7 @@ services: container_name: big-bear-home-assistant # Image to be used for the container - image: ghcr.io/home-assistant/home-assistant:2024.5.4 + image: ghcr.io/home-assistant/home-assistant:2024.5.5 # Container restart policy restart: unless-stopped