From 1cfe4fd6e80a2ee59d36f6edc033ae858e128bb9 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Mon, 13 Sep 2021 20:22:54 +0700 Subject: [PATCH] Update home-assistant app to 2021.9.6 (#974) --- apps/home-assistant/docker-compose.yml | 2 +- apps/registry.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/home-assistant/docker-compose.yml b/apps/home-assistant/docker-compose.yml index a70c8ef..c5166d9 100644 --- a/apps/home-assistant/docker-compose.yml +++ b/apps/home-assistant/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.7" services: server: - image: homeassistant/home-assistant:2021.7.4@sha256:ba02887fcde92e57a08e3376479e24cddb62a4198a8f3ff0a6f77f426ecc33da + image: homeassistant/home-assistant:2021.9.6@sha256:3b0b1d1e595a77fdca2e765d4441545ab873841fc311964f8d6cf9cb9e99f38e ports: - "${APP_HOME_ASSISTANT_PORT}:8123" volumes: diff --git a/apps/registry.json b/apps/registry.json index 6a1734d..ada6352 100644 --- a/apps/registry.json +++ b/apps/registry.json @@ -69,7 +69,7 @@ "id": "home-assistant", "category": "Automation", "name": "Home Assistant", - "version": "2021.06.3", + "version": "2021.9.6", "tagline": "Home automation that puts local control & privacy first", "description": "Open source home automation that puts local control and privacy first, powered by a worldwide community of tinkerers and DIY enthusiasts. Home Assistant integrates with over a thousand different devices and services. Once you have integrated all your devices at home, you can unleash Home Assistant’s advanced automation engine to make your home work for you. Examples: \n\n- Turn on the light when the sun sets or when coming home \n- Alert you when you leave your garage door open \n\nAll your smart home data stays local. Home Assistant communicates with your devices locally, and will fallback to pulling in data from the cloud if there is no other option. No data is stored in the cloud, and everything is processed locally.", "developer": "Home Assistant",