v0.8.2
Fix bugs introduced with v0.8.0/1 - sorry!
- #47 if using
motion_states
, a missingawait
in the handler broke it completely, thanks to @thundergreen - #48 iterating over a non-iterable object, thanks to @ilarrain
Fix bugs introduced with v0.8.0/1 - sorry!
motion_states
, a missing await
in the handler broke it completely, thanks to @thundergreen