fronzbot / blinkpy

A Python library for the Blink Camera system
MIT License
558 stars 117 forks source link

Fix clip recording for Blink Mini and Doorbell camera models #946

Closed mback2k closed 3 months ago

mback2k commented 3 months ago

Description:

Add missing camera model specific API service URLs.

See: https://community.home-assistant.io/t/start-recording-blink-camera-based-on-motion-or-ringing-of-my-ring-doorbell/382208/15?u=mback2k

Checklist:

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 20.00000% with 8 lines in your changes missing coverage. Please review.

Project coverage is 99.2%. Comparing base (3057783) to head (23f450d).

Files Patch % Lines
blinkpy/camera.py 20.0% 8 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #946 +/- ## ======================================= - Coverage 99.7% 99.2% -0.6% ======================================= Files 8 8 Lines 1490 1500 +10 ======================================= + Hits 1487 1489 +2 - Misses 3 11 +8 ```

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

fronzbot commented 3 months ago

Thanks again 👍