Skip to content

Tags: tonypnode/python-ring-doorbell

Tags

v0.1.3

Toggle v0.1.3's commit message
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

0.1.2

Toggle 0.1.2's commit message
Merge branch 'dev'

0.1.1

Toggle 0.1.1's commit message
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

0.1.0

Toggle 0.1.0's commit message
Merge pull request python-ring-doorbell#15 from tchellomello/dev

Bump version to 0.1.0 - **BREAK CHANGES**

0.0.4

Toggle 0.0.4's commit message
Merge pull request python-ring-doorbell#12 from tchellomello/dev

0.0.4

0.0.3

Toggle 0.0.3's commit message
Merge pull request python-ring-doorbell#11 from tchellomello/dev

Fixed metadata setup.py

0.0.2

Toggle 0.0.2's commit message
Merge pull request python-ring-doorbell#8 from tchellomello/dev

0.0.2

0.0.1

Toggle 0.0.1's commit message
Merge pull request python-ring-doorbell#5 from tchellomello/dev

Merging from dev