netdaemon
netdaemon copied to clipboard
An application daemon for Home Assistant written in .NET
## The problem I'm developing drop-in style automations that only rely on entity ids and similar configuration entries. I still want to use strongly typed entities like `LikeEntity`, but these...
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.2.0 to 17.3.0. Release notes Sourced from Microsoft.NET.Test.Sdk's releases. v17.3.0 See the release notes here. v17.3.0-preview-20220612-01 See the release notes here. v17.3.0-preview-20220530-08 See the release notes here....
Bumps [MQTTnet](https://github.com/dotnet/MQTTnet) from 4.0.2.221 to 4.1.0.247. Release notes Sourced from MQTTnet's releases. v4.1.0.247 [Core] Fixed not working removal of event handlers from async events (#1479). [Client] Added support for passing...
Bumps [MQTTnet.Extensions.ManagedClient](https://github.com/dotnet/MQTTnet) from 4.0.2.221 to 4.1.0.247. Release notes Sourced from MQTTnet.Extensions.ManagedClient's releases. v4.1.0.247 [Core] Fixed not working removal of event handlers from async events (#1479). [Client] Added support for passing...
## The problem Services code generator generates extension service methods for *non-existing entity domains*. - Services are generated by extracting domains from *available services*. - Entity classes are generated by...
## Problem: State for ProximityEntity is a string On the contrary, it is always measured in km, miles or other distance units. ## Solution: Alter Code Generator Use `NumericEntityState` to...
## Describe your feature ## Example code ```c# // Insert any example code here that will help describe your requests ``` ## Additional information > Added by Discord user helto
## The problem I use dotnet user-secrets to store my HA host info as I dont want it stored in source control. As such I would need to use the...
When using an access token for HA that belongs to a NON-adimin user, NetDaemon will connect to HA but it will not receive any events. This is probably by design...
## The problem I would like to be able to enumerate through entities. ## The proposed solution Implement IEnumerable on XyEntities like CoverEntities etc. (or other ways to make the...