bdraco / yalexs

Python API for Yale Access (formerly August) Smart Lock and Doorbell
MIT License
38 stars 18 forks source link

fix!: async_create_pubnub now returns a coro that needs to be awaited… #110

Closed bdraco closed 3 months ago

bdraco commented 3 months ago

This is to properly shutdown pubnub

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 0% with 6 lines in your changes missing coverage. Please review.

Project coverage is 73.30%. Comparing base (107a747) to head (a73d6f9). Report is 2 commits behind head on main.

Files Patch % Lines
yalexs/pubnub_async.py 0.00% 4 Missing :warning:
yalexs/manager/gateway.py 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #110 +/- ## ========================================== - Coverage 73.34% 73.30% -0.04% ========================================== Files 29 29 Lines 2022 2023 +1 Branches 355 355 ========================================== Hits 1483 1483 - Misses 480 481 +1 Partials 59 59 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.