From b9e9f8e0fc4a489d9f95ab92ac323cbdcccc118d Mon Sep 17 00:00:00 2001 From: Shannon Date: Fri, 5 Jul 2024 16:23:45 +1000 Subject: [PATCH] trying to update permissions --- hakit/config.json | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/hakit/config.json b/hakit/config.json index 282bf02..645d537 100644 --- a/hakit/config.json +++ b/hakit/config.json @@ -4,12 +4,23 @@ "slug": "hakit", "init": false, "ingress": true, + "ingress_stream": true, "stage": "stable", + "url": "https://github.com/shannonhochkins/ha-component-kit", "ingress_port": 2022, - "description": "An addon to render custom dashboards for home assistant using @hakit/core & @hakit/components", + "description": "An addon to render custom dashboards for home assistant using @hakit", "arch": ["armhf", "armv7", "aarch64", "amd64", "i386"], "boot": "auto", - "map": ["config:ro"], + "map": [ + "config:rw", + "all_addon_configs:rw", + "backup:rw", + "homeassistant_config:rw", + "media:rw", + "share:rw", + "ssl:rw", + "addon_config:rw" + ], "options": { "html_file_path": "www/ha-dashboard/index.html", "spa_mode": true, @@ -22,6 +33,7 @@ }, "startup": "services", "hassio_api": true, + "homeassistant_api": true, "panel_admin": true, "panel_icon": "mdi:tablet-dashboard", "panel_title": "HAKIT Dashboard"