-
I was looking over netdaemon apps and saw you committed your `HomeAssistantGenerated.cs` file. This file, as it turns out, includes all your actual entities.
This also means it revealse the names o…
-
## The problem
On main project page:
https://github.com/net-daemon/netdaemon
text has link broken
"See the template v3 branch for examples how to use it". - link is broken
## Environmen…
-
### System Health details
## System Information
version | core-2024.1.5
-- | --
installation_type | Home Assistant OS
dev | false
hassio | true
docker | true
user | root
virtualenv | fals…
-
### System Health details
## System Information
version | core-2024.1.3
-- | --
installation_type | Home Assistant OS
dev | false
hassio | true
docker | true
user | root
virtualenv | false
…
-
## The problem
Calling dispose twice on DisposableTimer raises a exception. According to microsoft documentation a dispose implementation should allow this: https://learn.microsoft.com/en-us/dotn…
-
In the land of HA, MQTT is rather popular. In HA automations, MQTT triggers are done via the MQTT trigger type or the device trigger type. It appears, MQTT events aren't ever published on the HA event…
-
When using AWATTAR (at or de) as provider, the data array in the attributes of the sensor start at 00:00 UTC.
I assume, the intention is providing the whole range of 24 (or 48 if already availa…
-
## The problem
Services code generator generates extension service methods for *non-existing entity domains*.
- Services are generated by extracting domains from *available services*.
- Entit…
-
### System Health details
## System Information
version | core-2023.11.3
-- | --
installation_type | Home Assistant OS
dev | false
hassio | true
docker | true
user | root
virtualenv | false…
-
## 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 cli parameters to specify the host instead of just lettin…