Skip to main content

NetDaemon

Application platform written in c# for Home Assistant

[object Object]

For the C# developer

With NetDaemon you can write your home automations in C# for Home Assistant using modern .NET design. NetDaemon is open source and will always be free!

[object Object]

Integrated with Home Assistant

Integrated with Home Assistant using websockets for maximum performance. Has advanced scheduling and a easy to use API.

entities.BinarySensor.OfficeMotion
.StateChanges()
.Where(e => e.New.IsOn())
.Subscribe(_ =>
entities.Light.Office.TurnOn());

Code generation

All your entities and services can be generated for full intellisense experience.
Watch our introduction video!