Skip to content

Commit 75f4812

Browse files
Added tip for missing appsettings location (#286)
Co-authored-by: Tomas Hellström <[email protected]>
1 parent afa3d87 commit 75f4812

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/user/started/get_started.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,10 @@ external git repository like GitHub. Remember to remove sensitive data
101101
from `appsettings.json` before push to remote repository!
102102
:::
103103

104+
:::tip
105+
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.
106+
:::
107+
104108
## Development and debugging NetDaemon apps
105109

106110
Once configured, you can begin developing your NetDaemon applications.

0 commit comments

Comments
 (0)