mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +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",
|
"description": "long descripton",
|
||||||
"arch": ["amd64"],
|
"arch": ["amd64"],
|
||||||
"url": "website with more information about add-on (ie a forum thread for support)",
|
"url": "website with more information about add-on (ie a forum thread for support)",
|
||||||
"startup": "before|after|once",
|
"startup": "before",
|
||||||
"boot": "auto|manual",
|
"boot": "auto",
|
||||||
"ports": {
|
"ports": {
|
||||||
"123/tcp": 123
|
"123/tcp": 123
|
||||||
},
|
},
|
||||||
"map": ["config", "ssl", "addons", "backup"],
|
"map": ["config", "ssl"],
|
||||||
"options": {},
|
"options": {},
|
||||||
"schema": {},
|
"schema": {},
|
||||||
"image": "repo/{arch}-my-custom-addon"
|
"image": "repo/{arch}-my-custom-addon"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user