mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Update addon_config.markdown
This commit is contained in:
parent
2aee46f556
commit
909d1a8aa4
@ -63,12 +63,12 @@ The config for an add-on is stored in `config.json`.
|
||||
"description": "long descripton",
|
||||
"arch": ["amd64"],
|
||||
"url": "website with more information about add-on (ie a forum thread for support)",
|
||||
"startup": "before|after|once",
|
||||
"boot": "auto|manual",
|
||||
"startup": "before",
|
||||
"boot": "auto",
|
||||
"ports": {
|
||||
"123/tcp": 123
|
||||
},
|
||||
"map": ["config", "ssl", "addons", "backup"],
|
||||
"map": ["config", "ssl"],
|
||||
"options": {},
|
||||
"schema": {},
|
||||
"image": "repo/{arch}-my-custom-addon"
|
||||
|
Loading…
x
Reference in New Issue
Block a user