Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
helto4real committed Dec 26, 2024
1 parent 1f40b3b commit f8a1650
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
![CI build](https://github.com/net-daemon/netdaemon/workflows/CI%20build/badge.svg?branch=main) [![Coverage Status](https://coveralls.io/repos/github/net-daemon/netdaemon/badge.svg?branch=dev)](https://coveralls.io/github/net-daemon/netdaemon?branch=dev) [![Sonar Quality Gate](https://img.shields.io/sonar/quality_gate/net-daemon_netdaemon?server=https%3A%2F%2Fsonarcloud.io)](https://sonarcloud.io/summary/overall?id=net-daemon_netdaemon)

Welcome to the NetDaemon project. This is the application daemon that allows you to write your home automations in C# for Home Assistant.
This repo contains the latest generation of NetDaemon, V4.
This repo contains the latest generation of NetDaemon, V5.

Please see [https://netdaemon.xyz](https://netdaemon.xyz/docs/v3/started/get_started) for detailed instructions how to get started using NetDaemon.

> **The NetDaemon v4 is pretty stable and we aim to have as little breaking changes as possible**
> **The NetDaemon v5 is pretty stable and we aim to have as little breaking changes as possible**
## About V4
## About V5
NetDaemon runtime version 5 is built for .NET 9 and C# 13. Version 5 is from release 2024.xx.0 and forward.

### Versioning
Expand All @@ -28,6 +28,15 @@ Please [join the Discord server](https://discord.gg/K3xwfcX) to get support or i

https://netdaemon.xyz/docs/user/started/get_started/

## About NetDaemon

NetDaemon was founded by @helto4real in 2020 as a personal project exploring the use of C# in Home Assistant.
Early contributions from @Ludeeus were crucial in enabling its NetDaemon integration.
The project gained significant momentum when @FrankBakkerNl joined and introduced the HassModel, a user-friendly API built leveraging code generation capabilities.
Currently, @helto4real and @FrankBakkerNl serve as the primary maintainers, though numerous individuals have contributed to the project's development over the years.

Contributions are welcome, and we encourage you to join the Discord server to learn more about how you can help.

## Developer notes

- Check out [NetDaemon developer site](https://netdaemon.xyz/docs/developer)
Expand Down

0 comments on commit f8a1650

Please sign in to comment.