Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

My template repo for making netdaemon apps

License

Notifications You must be signed in to change notification settings

addd45/netdaemon-app-template

 
 

Repository files navigation

This is the dev setup for NetDaemon

Use this repository as template when developing apps for NetDaemon. Please note that NetDaemon is still under development.

Getting started

  1. Make new repository with this repo as template
  2. RENAME _deamon_config.json to daemon_config.json. Edit the daemon_config.json file to provide details about how to connect to Home Assistant. You will need a long lived token, ip, port.
  3. Run dotnet restore in the terminal
  4. Add and edit your apps in the apps folder. There are a few code-snippets you can use.
  5. Copy the edited apps to the folder netdaemon/apps under your Hass.io config folder. Even more easy is to use HACS to deploy your APP to Home Assistant
  6. Install add-on or run a docker container. Please see https://netdaemon.xyz/docs/started/installation for details how to run the daemon.

For detailed information about using netdaemon please see https://netdaemon.xyz.

Read this if you are going to deploy apps through HACS

Each app should have it´s own subfolder under the apps folder. So rename the HelloWorld folder and HelloWorld.cs and HelloWorld.yaml according to your app. The class name should also be renamed to the same unique app name. We also recommend using namespaces and fully qualified names like the sample included in the template.

Buy Me A Coffee

Issues

If you have issues or suggestions of improvements, please add an issue

Discuss the NetDaemon

Please join the Discord server to get support or if you want to contribute and help others.

Attribution

ICON: Attribution: chris

About

My template repo for making netdaemon apps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%