1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2026-04-18 15:45:18 +01:00

Add a public config folder per addon (#4650)

* Add a public config folder per addon

* Finish addon_configs map option

* Rename map values and add addon_config
This commit is contained in:
Mike Degatano
2023-10-27 09:43:57 -04:00
committed by GitHub
parent b04efe4eac
commit 0f600da096
12 changed files with 294 additions and 18 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "Test Add-on",
"version": "1.0.1",
"slug": "test_addon",
"description": "This is an Add-on which maps all addon configs",
"arch": ["amd64"],
"url": "https://www.home-assistant.io/",
"startup": "application",
"boot": "auto",
"map": ["addon_config", "ssl", "media", "share"],
"options": {},
"schema": {},
"image": "test/{arch}-my-custom-addon"
}