Releases: python-ring-doorbell/python-ring-doorbell
Version 0.2.8
Quick fix to make sure the requests-oauthlib
gets installed. Made requirements.txt
and setup.py
consistent. @tchellomello - #158
Version 0.2.6
This release includes a properly OAuth2 handle implemented by @steve-gombos. Many thanks for all involved to make this happen!
Fix for Issue #146 #149 - @ZachBenz
Fix R1705: Unnecessary elif after return (no-else-return) #151 - @xernaj
OAuth Fixes #152 - @steve-gombos
Version 0.2.5
@dshokouhi - Add a couple of device kinds #137
@xernaj - Fix/oauth fail due to blocked user agent #143
Many thanks for your efforts and help!!
Version 0.2.3
- Add support for downloading snapshot from doorbell #108 - @MorganBulkeley
- support of externally powered new stickup cam #109 - @steveww
- Fixed pylint and test errors #115 - @tchellomello
- Support for device model name property and has capability method #116 - @jsetton
Many thanks to @MorganBulkeley @steveww @jsetton
You guys rock!!
Version 0.2.2
Version 0.2.1
- Updated Ring authentication method to oauth base
Many thanks to @davglass for reporting this issue and for @rbrtio, @vickyg3, @cathcartd, and @dshokouhi for testing the fix.
Version 0.2.0
Changelog:
@andrewkress - only save token to disk if reuse session is true #81
@tchellomello - Getting TypeError #86
Many thanks to @andrewkress for your contribution!
Version 0.1.9
- Added generic method update() on the top level Ring method that refreshes the attributes for all linked devices. #75
Version 0.1.8
Version 0.1.7
- Fixes some bugs and enhancements
- Add ability to inform attribute older_than to the history() method. Thanks to @troopermax #63
- Introduced ring_cli.py script
scripts/ringcli.py -u foo -p bar --count
---------------------------------
Ring CLI
---------------------------------
Counting videos linked on your Ring account.
This may take some time....
Total videos: 384
Ding triggered: 32
Motion triggered: 340
On-Demand triggered: 12
======================
---------------------------------
Ring CLI
---------------------------------
scripts/ringcli.py -u foo -p bar --count
1/384 Downloading 2017-11-14_00.57.16+00.00_motion_answered_64880679462719.mp4
2/384 Downloading 2017-11-13_21.32.23+00.00_motion_not_answered_64880151491.mp4
======================
scripts/ringcli.py --help
usage: ringcli.py [-h] [-u USERNAME] [-p PASSWORD] [--count] [--download-all]
Ring Doorbell
optional arguments:
-h, --help show this help message and exit
-u USERNAME, --username USERNAME
username for Ring account
-p PASSWORD, --password PASSWORD
username for Ring account
--count count the number of videos on your Ring account
--download-all download all videos on your Ring account
https://github.com/tchellomello/python-ring-doorbell