Browse Source
Update Home Assistant to 2022.10.5 (#232)
Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
main
Jorn C
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
4 additions and
4 deletions
-
home-assistant/docker-compose.yml
-
home-assistant/umbrel-app.yml
|
|
@ -8,7 +8,7 @@ services: |
|
|
|
PROXY_AUTH_ADD: "false" |
|
|
|
|
|
|
|
server: |
|
|
|
image: homeassistant/home-assistant:2022.9.5@sha256:8d7ffaffb16d82f3fe7fed438a082fffbd20456adfadfdfef095a6b8463b4d34 |
|
|
|
image: homeassistant/home-assistant:2022.10.5@sha256:090d8cbd6f8675984ca1ca9d357d8aca97101c61f93f221e339731a702160887 |
|
|
|
volumes: |
|
|
|
- ${APP_DATA_DIR}/data:/config |
|
|
|
- ${APP_DATA_DIR}/configuration.yaml:/config/configuration.yaml |
|
|
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1 |
|
|
|
id: home-assistant |
|
|
|
category: Automation |
|
|
|
name: Home Assistant |
|
|
|
version: "2022.9.5" |
|
|
|
version: "2022.10.5" |
|
|
|
tagline: Home automation that puts local control & privacy first |
|
|
|
description: >- |
|
|
|
Open source home automation that puts local control and privacy |
|
|
@ -33,6 +33,6 @@ defaultUsername: "" |
|
|
|
defaultPassword: "" |
|
|
|
torOnly: false |
|
|
|
releaseNotes: >- |
|
|
|
Full changelog (for 2022.9) can found at: https://www.home-assistant.io/changelogs/core-2022.9 |
|
|
|
Full changelog (for 2022.10) can found at: https://www.home-assistant.io/changelogs/core-2022.10 |
|
|
|
submitter: Umbrel |
|
|
|
submission: https://github.com/getumbrel/umbrel/commit/9d79cffae608c6a6ab077f859c1c531a581cf926 |
|
|
|
submission: https://github.com/getumbrel/umbrel/commit/9d79cffae608c6a6ab077f859c1c531a581cf926 |
|
|
|