William Taylor

Results 4 issues of 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...

enhancement
question

## 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...

cla-signed
small-pr
new-feature
has-tests
integration: unifiprotect
Quality Scale: platinum

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...