Browse Source

Update home-assistant app to 2021.12.0

home-assistant-2021.12.0
Luke Childs 3 years ago
parent
commit
fc3f73e485
  1. 2
      apps/home-assistant/docker-compose.yml
  2. 2
      apps/registry.json

2
apps/home-assistant/docker-compose.yml

@ -2,7 +2,7 @@ version: "3.7"
services:
server:
image: homeassistant/home-assistant:2021.9.6@sha256:3b0b1d1e595a77fdca2e765d4441545ab873841fc311964f8d6cf9cb9e99f38e
image: homeassistant/home-assistant:2021.12.0@sha256:116f78d5cf48c4b1adcb3eb665885cb0d14dc0156e9291015ca6fbce13540ff5
ports:
- "${APP_HOME_ASSISTANT_PORT}:8123"
volumes:

2
apps/registry.json

@ -72,7 +72,7 @@
"id": "home-assistant",
"category": "Automation",
"name": "Home Assistant",
"version": "2021.9.6",
"version": "2021.12.0",
"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",

Loading…
Cancel
Save