![]() |
VOOZH | about |
dotnet add package NetDaemon.Extensions.Scheduling --version 26.21.0
NuGet\Install-Package NetDaemon.Extensions.Scheduling -Version 26.21.0
<PackageReference Include="NetDaemon.Extensions.Scheduling" Version="26.21.0" />
<PackageVersion Include="NetDaemon.Extensions.Scheduling" Version="26.21.0" />Directory.Packages.props
<PackageReference Include="NetDaemon.Extensions.Scheduling" />Project file
paket add NetDaemon.Extensions.Scheduling --version 26.21.0
#r "nuget: NetDaemon.Extensions.Scheduling, 26.21.0"
#:package NetDaemon.Extensions.Scheduling@26.21.0
#addin nuget:?package=NetDaemon.Extensions.Scheduling&version=26.21.0Install as a Cake Addin
#tool nuget:?package=NetDaemon.Extensions.Scheduling&version=26.21.0Install as a Cake Tool
Welcome to the NetDaemon project!
NetDaemon is an application daemon that enables you to write powerful home automation scripts in C# for Home Assistant. This repository contains NetDaemon V5, the latest version of the framework.
NetDaemon was founded by @helto4real in 2020 as a personal project to explore the use of C# in Home Assistant. Early contributions from @Ludeeus helped integrate NetDaemon with Home Assistant. The project gained significant momentum when @FrankBakkerNl joined and introduced the HassModel API, which leverages code generation to create a user-friendly experience.
Currently, @helto4real and @FrankBakkerNl serve as the primary maintainers, though many others have contributed over the years.
To learn how to install and use NetDaemon, visit our official documentation:
NetDaemon allows you to write your automations easily and cleanly using C#.
[NetDaemonApp]
class MyApp
{
public MyApp(Entities entities)
{
LightEntity hallwayLight = entities.Light.HallwayLight;
BinarySensorEntity motionSensor = entities.BinarySensor.HallwayMotionSensor;
// Check state of entities directly
if (motionSensor.IsOn() && hallwayLight.IsOff()){
hallwayLight.TurnOn();
}
// Subscribe to changes in the state of the motion sensor
motionSensor.StateChanges()
.Where(e => e.New?.IsOn() ?? false)
.Subscribe(_ => hallwayLight.TurnOn());
}
}
If you have issues or suggestions, please feel free to:
Contributions are welcome! If you'd like to help improve NetDaemon, we encourage you to join our Discord server to learn more about how you can contribute to the project.
Check out the Release Notes for detailed information on the latest changes, bug fixes, and new features.
NetDaemon is stable, and we're committed to maintaining that stability by minimizing breaking changes in future releases.
NetDaemon uses the CalVer versioning system for its NuGet packages. The version format is YYYY.WW.PATCH, where:
YYYY.WW represents the year and week number (01-52).PATCH indicates the patch version of the release.To automatically upgrade all NuGet packages, use the dotnet-outdated-tool:
dotnet tool install --global dotnet-outdated-tool
dotnet outdated --pre-release Never --upgrade
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 26.21.0 | 275 | 5/27/2026 |
| 26.11.0 | 2,373 | 3/22/2026 |
| 26.3.0 | 1,404 | 1/20/2026 |
| 25.48.0 | 1,483 | 12/7/2025 |
| 25.46.0 | 639 | 11/23/2025 |
| 25.45.1 | 545 | 11/16/2025 |
| 25.45.0 | 390 | 11/16/2025 |
| 25.42.0 | 1,114 | 10/20/2025 |
| 25.36.0 | 1,676 | 9/16/2025 |
| 25.18.1 | 1,983 | 5/10/2025 |
| 25.18.0 | 429 | 5/6/2025 |
| 25.14.1 | 890 | 4/13/2025 |
| 25.14.0 | 494 | 4/13/2025 |
| 25.10.0 | 1,030 | 3/16/2025 |
| 25.6.0 | 1,221 | 2/16/2025 |
| 25.5.0 | 1,259 | 2/8/2025 |
| 24.52.0 | 2,136 | 12/23/2024 |
| 24.51.0 | 394 | 12/22/2024 |
| 24.50.0 | 1,927 | 12/9/2024 |
| 24.47.0-alpha-3 | 268 | 11/24/2024 |