Tags: tonypnode/python-ring-doorbell
Tags
version 0.1.3 (python-ring-doorbell#37) * Bump version to 0.1.3 dev * Make session token reusable (python-ring-doorbell#36) * Make session token reusable across multiple object instances via cache file. With this patch, we can have more than one Ring object pointing to the same cache file to share credentials to avoid multiple authentications. * Added unittest for utils.py * Make sure if a different username is used, a new cache should be initialized. * Added Python 3.6
v0.1.1 (python-ring-doorbell#18) * Moved subscribed and subscribed_motion attributes to doorbell devices only * Allows option to make token persistent and register push_notify_urls * Introduced check_alerts() method (python-ring-doorbell#17) * added initial control to alert notifications * Removed JSON from tests * Make lint happy * Update README * Only publish PUSH url if we have one * Display error message only if in debug * override default URL * Make check alerts a callable function * Removed extra space * Move inside the try/except for safeness * Introduced mecanism to save current alert state to a pickle file to allow concurrent objects to share alert notifications * Moved self._alert_cache position * version bump 0.1.1
Merge pull request python-ring-doorbell#15 from tchellomello/dev Bump version to 0.1.0 - **BREAK CHANGES**
Merge pull request python-ring-doorbell#12 from tchellomello/dev 0.0.4
Merge pull request python-ring-doorbell#11 from tchellomello/dev Fixed metadata setup.py
Merge pull request python-ring-doorbell#8 from tchellomello/dev 0.0.2
Merge pull request python-ring-doorbell#5 from tchellomello/dev Merging from dev