netdaemon icon indicating copy to clipboard operation
netdaemon copied to clipboard

An application daemon for Home Assistant written in .NET

Results 19 netdaemon issues
Sort by recently updated
recently updated
newest added

## 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...

feature request

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....

dependencies
pr: dependency-update

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...

dependencies
pr: dependency-update

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...

dependencies
pr: dependency-update

## 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...

feature request

## Describe your feature ## Example code ```c# // Insert any example code here that will help describe your requests ``` ## Additional information > Added by Discord user helto

feature request
bot

## 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...

feature request

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...

feature request