Browse Source

Add persistent media storage to Home Assistant (#1067)

Co-authored-by: nmfretz <nmfretz@gmail.com>
main
highghlow 6 months ago
committed by GitHub
parent
commit
cd3c95bf19
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      home-assistant/docker-compose.yml
  2. 11
      home-assistant/umbrel-app.yml

1
home-assistant/docker-compose.yml

@ -8,4 +8,5 @@ services:
privileged: true
volumes:
- ${APP_DATA_DIR}/data:/config
- ${UMBREL_ROOT}/data/storage/downloads:/media
- /dev:/dev

11
home-assistant/umbrel-app.yml

@ -1,4 +1,4 @@
manifestVersion: 1
manifestVersion: 1.1
id: home-assistant
category: automation
name: Home Assistant
@ -37,10 +37,17 @@ path: ""
defaultUsername: ""
defaultPassword: ""
torOnly: false
permissions:
- STORAGE_DOWNLOADS
releaseNotes: >-
Welcome to another loaded release of Home Assistant! Control your home with AI, super simple media player commands, more data table improvements, tag entities, collapsible blueprint sections, and so much more!
This update brings persistent media storage support for Home Assistant on umbrelOS!
Access all your media right from the Home Assistant UI > Media > My media.
Home Assistant 2024.6 release notes:
Welcome to another loaded release of Home Assistant! Control your home with AI, super simple media player commands, more data table improvements, tag entities, collapsible blueprint sections, and so much more!
Full release notes are sumarized at https://www.home-assistant.io/blog/2024/06/05/release-20246/
submitter: Umbrel
submission: https://github.com/getumbrel/umbrel/commit/9d79cffae608c6a6ab077f859c1c531a581cf926

Loading…
Cancel
Save