Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/user/started/get_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down