🚑 Restore bashio access to config

This commit is contained in:
Timmo 2019-04-28 01:49:29 +01:00
parent 92164650bd
commit ca726bb147

View file

@ -2,7 +2,7 @@
"name": "Home Panel", "name": "Home Panel",
"version": "dev", "version": "dev",
"slug": "home-panel", "slug": "home-panel",
"description": "A touch-compatible web frontend for controlling the home.", "description": "A touch-compatible web frontend for controlling the home",
"url": "https://github.com/hassio-addons/addon-home-panel", "url": "https://github.com/hassio-addons/addon-home-panel",
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]", "webui": "[PROTO:ssl]://[HOST]:[PORT:80]",
"startup": "application", "startup": "application",
@ -30,6 +30,7 @@
"3234/tcp": "API" "3234/tcp": "API"
}, },
"map": [ "map": [
"config:rw",
"ssl" "ssl"
], ],
"options": { "options": {