Browse Source

Update home-assistant app to 2021.9.6 (#974)

lnbits-19ae1dd
Luke Childs 3 years ago
committed by GitHub
parent
commit
1cfe4fd6e8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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: services:
server: server:
image: homeassistant/home-assistant:2021.7.4@sha256:ba02887fcde92e57a08e3376479e24cddb62a4198a8f3ff0a6f77f426ecc33da image: homeassistant/home-assistant:2021.9.6@sha256:3b0b1d1e595a77fdca2e765d4441545ab873841fc311964f8d6cf9cb9e99f38e
ports: ports:
- "${APP_HOME_ASSISTANT_PORT}:8123" - "${APP_HOME_ASSISTANT_PORT}:8123"
volumes: volumes:

2
apps/registry.json

@ -69,7 +69,7 @@
"id": "home-assistant", "id": "home-assistant",
"category": "Automation", "category": "Automation",
"name": "Home Assistant", "name": "Home Assistant",
"version": "2021.06.3", "version": "2021.9.6",
"tagline": "Home automation that puts local control & privacy first", "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.", "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", "developer": "Home Assistant",

Loading…
Cancel
Save