diff --git a/apps/homeassistant-1/config.json b/apps/homeassistant-1/config.json index d74c363e..0be4b65a 100644 --- a/apps/homeassistant-1/config.json +++ b/apps/homeassistant-1/config.json @@ -5,18 +5,13 @@ "available": true, "exposable": true, "id": "homeassistant-1", - "tipi_version": 15, - "version": "2024.5.1", - "categories": [ - "automation" - ], + "tipi_version": 16, + "version": "2024.6.1", + "categories": ["automation"], "description": "Open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server.", "short_desc": "Open source home automation that puts local control and privacy first", "author": "Home Assistant", "source": "https://github.com/home-assistant/core", "form_fields": [], - "supported_architectures": [ - "arm64", - "amd64" - ] + "supported_architectures": ["arm64", "amd64"] } diff --git a/apps/homeassistant-1/docker-compose.yml b/apps/homeassistant-1/docker-compose.yml index 39671798..7b3f0178 100644 --- a/apps/homeassistant-1/docker-compose.yml +++ b/apps/homeassistant-1/docker-compose.yml @@ -2,7 +2,7 @@ version: '3' services: homeassistant-1: - image: ghcr.io/home-assistant/home-assistant:2024.5.1 + image: ghcr.io/home-assistant/home-assistant:2024.6.1 container_name: homeassistant-1 environment: - TZ=${TZ}