Python Ring Doorbell Versions Save

Python Ring Door Bell is a library written in Python 3 that exposes the Ring.com devices as Python objects.

0.8.2

6 months ago

What's Changed

  • Add ring devices and bump version to 0.8.2 (#310) @sdb9696

0.8.1

6 months ago

0.8.0

7 months ago

What's Changed

This is a breaking change as consumers who currently handle oauth exceptions directly will need to handle the new exceptions instead

Full Changelog: https://github.com/tchellomello/python-ring-doorbell/compare/0.7.7...0.8.0

0.7.7

7 months ago

What's Changed

Full Changelog: https://github.com/tchellomello/python-ring-doorbell/compare/0.7.6...0.7.7

0.7.6

7 months ago

What's Changed

Full Changelog: https://github.com/tchellomello/python-ring-doorbell/compare/0.7.5...0.7.6

0.7.5

7 months ago

What's Changed

Full Changelog: https://github.com/tchellomello/python-ring-doorbell/compare/0.7.4...0.7.5

0.7.4

8 months ago

What's Changed

  • Fix and update cli (#288) @sdb9696
  • Update to pyproject.toml, poetry, and update docs to use yaml config (#287) @sdb9696

0.7.3

9 months ago

What's Changed

  • Add motion detection enabled switch (#282) @sdb9696
  • Fix ci to use up to date python versions and include pre-commit-config (#281) @sdb9696
  • Add support for Floodlight Cam Pro (#280) @twasilczyk

0.7.2

2 years ago

What's Changed

  • Recognize cocoa_floodlight as a floodlight kind (#255) @mwren

0.7.1

2 years ago

What's Changed

  • fix memory growth when calling url_recording (#253) @prwood80