From a8d476c2caf893bcf180c3b7025ecf4d3aa201d4 Mon Sep 17 00:00:00 2001 From: Marius Date: Sun, 20 Sep 2020 11:53:00 +0300 Subject: [PATCH] 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. --- docs/add-ons/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/add-ons/tutorial.md b/docs/add-ons/tutorial.md index 8fb101af..b591781a 100644 --- a/docs/add-ons/tutorial.md +++ b/docs/add-ons/tutorial.md @@ -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": {}