AlCalzone
AlCalzone
This could be done using an exponential moving average, similar to what we already do for the background RSSI. Quick mockup in Python - thanks Copilot :D ```python import time...
- [x] API to set timeout (#5830) - [ ] remove values to set timeout - [ ] toggle
We should add a compat flag to preserve it.
Currently, overwritten options are detected, but if they are overwritten with the exact same options, there is no complaint.
As a followup to #7802, the `NO_WATCHDOG` preset, `features.watchdog` driver option and related logic should be removed.
needs `nameof` -> #3007
Some controllers, e.g. Aeotec Z-Stick Gen5 bring their own serial API commands which use proprietary function types. We could add support for them and auto-load the correct controller "plugin" after...
TS 5.8 has fixed the underlying bug that worked around.
The Zooz ZSE11 Q Sensor has an odd implementation for long reports: Requesting the name of a long config parameter results in the device responding with multiple Transport Service encapsulated...