Skip to content

Commit

Permalink
trying to update permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
shannonhochkins committed Jul 5, 2024
1 parent 476893f commit b9e9f8e
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions hakit/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -22,6 +33,7 @@
},
"startup": "services",
"hassio_api": true,
"homeassistant_api": true,
"panel_admin": true,
"panel_icon": "mdi:tablet-dashboard",
"panel_title": "HAKIT Dashboard"
Expand Down

0 comments on commit b9e9f8e

Please sign in to comment.