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:
Marius 2020-09-20 11:53:00 +03:00 committed by GitHub
parent ff7a14d509
commit a8d476c2ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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": {}