William Taylor
William Taylor
**Is your feature request related to a problem? Please describe.** It would be useful to be able to get the `RedisConnectionPool` for an `EventLoop`. For example, one may want to...
## Description If a value is sent to the subject while `handleNewConsumer()` is running, it is possible for the new consumer to miss this value. This is because the `currentValue`...
## Proposed change This adds support for smart animal detection already supported by [pyunifiprotect](https://github.com/AngellusMortis/pyunifiprotect). As with the other smart detections, this is exposed as binary sensor and a switch to...
Currently, `AsyncBufferSequence` will leak the base sequence if iteration concludes without `next()` being cancelled. This is because the internal task retains `UnboundedBufferStorage`/`BoundedBufferStorage` causing a reference cycle. This is fixed by...