mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-15 21:36:31 +00:00
Update startup in the example according to docs (#649)
`before` value in startup of example is not according to published documentation: https://developers.home-assistant.io/docs/add-ons/configuration.
This commit is contained in:
parent
ff7a14d509
commit
a8d476c2ca
@ -49,7 +49,7 @@ CMD [ "/run.sh" ]
|
||||
"slug": "hello_world",
|
||||
"description": "My first real add-on!",
|
||||
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
|
||||
"startup": "before",
|
||||
"startup": "application",
|
||||
"boot": "auto",
|
||||
"options": {},
|
||||
"schema": {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user