From aba8b308e49824f30095ae3158fb4ef731449c9b Mon Sep 17 00:00:00 2001 From: Eugene Niemand Date: Wed, 1 Oct 2025 14:16:03 +0100 Subject: [PATCH] Added tip for missing appsettings location --- docs/user/started/get_started.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/user/started/get_started.md b/docs/user/started/get_started.md index aeb91aa..fdb06bf 100644 --- a/docs/user/started/get_started.md +++ b/docs/user/started/get_started.md @@ -101,6 +101,10 @@ external git repository like GitHub. Remember to remove sensitive data from `appsettings.json` before push to remote repository! ::: +:::tip +When running your app from the console (e.g., `dotnet run --project "PATH_TO_YOUR_PROJECT"`), ensure an appsettings.json file is in the same directory. Without it, the NetDaemon Runtime will start but won’t connect to Home Assistant, and your apps won’t load. +::: + ## Development and debugging NetDaemon apps Once configured, you can begin developing your NetDaemon applications.