Einar Vading
Einar Vading
Ok, thanks. We'll see what path we choose and if we end up implementing the coefficient writing I'll send a PR. BR, Einar
There's not a lot happening. I have considered to maintain a fork but I'm not sure about the license.
I think the issue stems from the `async_added_to_hass` override in `EntsoeSensor` since that is called when the sensor is reloaded in hass at the end of reconfiguration. I have a...
> Also, the buffer is placed in an `uninit` section but we don't use the `MaybeUninit` type for the buffer. If there's a reason, we should perhaps explain why. I...