koopee
koopee
I use PID controller with input that is quite small and quite often drops below zero. When input drops below zero, the PID integration does not work. Saturation prevents decrementing...
As an example use following: https://github.com/home-assistant/developers.home-assistant/blob/cb8bec6e1e4aad29579e65457e86fb20522f2b15/docs/integration_listen_events.md?plain=1#L48 So, if I would like to use this async_track_point_in_time, where do I find the parameters I'm supposed to add as input? How is this...
https://github.com/home-assistant/developers.home-assistant/blob/cb8bec6e1e4aad29579e65457e86fb20522f2b15/docs/core/entity.md?plain=1#L117 I’m not completely sure what “each update” means here. For example: I have an entity that updates its state at regular intervals (say, once per hour). This entity also...
**Is your feature request related to a problem? Please describe.** If VAT or anything changes, the nordpool sensor changes its id. All dependent automations and stuff must be fixed. **Describe...
Hello @Hellowlol @Teme-V Could this issue be solved by not storing the heavy list attributes in the database at all? That way the attributes would remain usable, and as far...