🔧 Update add-on paths, map directly to /config

This commit is contained in:
Franck Nijhof 2024-09-27 22:47:29 +02:00
parent e3e285969c
commit 4d4ba7ec03
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -19,13 +19,21 @@ hassio_api: true
hassio_role: manager hassio_role: manager
homeassistant_api: true homeassistant_api: true
map: map:
- addons:rw - type: addons
- all_addon_configs:rw read_only: false
- backup:rw - type: all_addon_configs
- homeassistant_config:rw read_only: false
- media:rw - type: backup
- share:rw read_only: false
- ssl:rw - type: homeassistant_config
read_only: false
path: /config
- type: media
read_only: false
- type: share
read_only: false
- type: ssl
read_only: false
services: services:
- mysql:want - mysql:want
- mqtt:want - mqtt:want