You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Updated login urls using ``rest-region`` subdomain
53
78
- Removed deprecated thumbanil recovery from homescreen
54
79
55
80
0.14.0 (2019-05-23)
56
-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
81
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
57
82
**Breaking Changes:**
58
83
59
84
- ``BlinkCamera.battery`` no longer reports a percentage, instead it returns a string representing the state of the battery.
@@ -75,11 +100,11 @@ This can be used by instantiating the Blink class with the ``device_id`` paramet
75
100
76
101
77
102
0.13.1 (2019-03-01)
78
-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
103
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
79
104
- Remove throttle decorator from network status request
80
105
81
106
0.13.0 (2019-03-01)
82
-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
107
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
83
108
**Breaking change:**
84
109
Wifi status reported in dBm again, instead of bars (which is great). Also, the old ``get_camera_info`` method has changed and requires a ``camera_id`` parameter.
85
110
@@ -104,53 +129,53 @@ Wifi status reported in dBm again, instead of bars (which is great). Also, the
104
129
105
130
106
131
0.12.1 (2019-01-31)
107
-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
132
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
108
133
- Remove logging improvements since they were incompatible with home-assistant logging
109
134
110
135
0.12.0 (2019-01-31)
111
-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
136
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
112
137
- Fix video api endpoint, re-enables motion detection
113
138
- Add improved logging capability
114
139
- Add download video method
115
140
- Prevent blinkpy from failing at setup due to api error
116
141
117
142
118
143
0.11.2 (2019-01-23)
119
-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
144
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
120
145
- Hotfix to prevent platform from stalling due to API change
121
146
- Motion detection and video recovery broken until new API endpoint discovered
122
147
123
148
0.11.1 (2019-01-02)
124
-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
149
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
125
150
- Fixed incorrect backup login url
126
151
- Added calibrated temperature property for cameras
127
152
128
153
129
154
0.11.0 (2018-11-23)
130
-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
155
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
131
156
- Added support for multiple sync modules
132
157
133
158
0.10.3 (2018-11-18)
134
-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
159
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
135
160
- Use networks endpoint rather than homecreen to retrieve arm/disarm status (`@md-reddevil <https://github.com/fronzbot/blinkpy/pull/119>`__)
136
161
- Fix incorrect command status endpoint (`@md-reddevil <https://github.com/fronzbot/blinkpy/pull/118>`__)
137
162
- Add extra debug logging
138
163
- Remove error prior to re-authorization (only log error when re-auth failed)
139
164
140
165
141
166
0.10.2 (2018-10-30)
142
-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
167
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
143
168
- Set minimum required version of the requests library to 2.20.0 due to vulnerability in earlier releases.
144
169
- When multiple networks detected, changed log level to ``warning`` from ``error``
- Moved all API calls to own module for easier maintainability
155
180
- Added network ids to sync module and cameras to allow for multi-network use
156
181
- Removed dependency on video existance prior to camera setup (fixes `#93 <https://github.com/fronzbot/blinkpy/issues/#93>`__)
@@ -162,7 +187,7 @@ Wifi status reported in dBm again, instead of bars (which is great). Also, the
162
187
- Check if retrieved clip is "None" prior to storing in cache
163
188
164
189
0.9.0 (2018-09-27)
165
-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
190
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
166
191
- Complete code refactoring to enable future multi-sync module support
167
192
- Add image and video caching to the cameras
168
193
- Add internal throttling of system refresh
@@ -173,7 +198,7 @@ Wifi status reported in dBm again, instead of bars (which is great). Also, the
173
198
174
199
175
200
0.8.1 (2018-09-24)
176
-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
201
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
177
202
- Update requirements_test.txt
178
203
- Update linter versions
179
204
- Fix pylint warnings
@@ -189,18 +214,18 @@ Wifi status reported in dBm again, instead of bars (which is great). Also, the
189
214
- Reset the value every system refresh
190
215
191
216
0.8.0 (2018-05-21)
192
-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
217
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
193
218
- Added support for battery voltage level (fixes `#64 <https://github.com/fronzbot/blinkpy/issues/64>`__)
194
219
- Added motion detection per camera
195
220
- Added fully accessible camera configuration dict
196
221
- Added celcius property to camera (fixes `#60 <https://github.com/fronzbot/blinkpy/issues/60>`__)
197
222
198
223
0.7.1 (2018-05-09)
199
-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
224
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
200
225
- Fixed pip 10 import issue during setup (`@fronzbot <https://github.com/fronzbot/blinkpy/pull/61>`__)
201
226
202
227
0.7.0 (2018-02-08)
203
-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
228
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
204
229
- Fixed style errors for bumped pydocstring and pylint versions
205
230
- Changed Blink.cameras dictionary to be case-insensitive (fixes `#35 <https://github.com/fronzbot/blinkpy/issues/35>`__)
206
231
- Changed api endpoint for video extraction (fixes `#35 <https://github.com/fronzbot/blinkpy/issues/35>`__ and `#41 <https://github.com/fronzbot/blinkpy/issues/41>`__)
@@ -214,52 +239,52 @@ Wifi status reported in dBm again, instead of bars (which is great). Also, the
214
239
- Added ``attributes`` dictionary to camera object
215
240
216
241
0.6.0 (2017-05-12)
217
-
^^^^^^^^^^^^^^^^^^
242
+
~~~~~~~~~~~~~~~~~~
218
243
- Removed redundent properties that only called hidden variables
219
244
- Revised request wrapper function to be more intelligent
220
245
- Added tests to ensure exceptions are caught and handled (100% coverage!)
221
246
- Added auto-reauthorization (token refresh) when a request fails due to an expired token (`@tySwift93 <https://github.com/fronzbot/blinkpy/pull/24>`__)
222
247
- Added battery level string to reduce confusion with the way Blink reports battery level as integer from 0 to 3
223
248
224
249
0.5.2 (2017-03-12)
225
-
^^^^^^^^^^^^^^^^^^
250
+
~~~~~~~~~~~~~~~~~~
226
251
- Fixed packaging mishap, same as 0.5.0 otherwise
227
252
228
253
0.5.0 (2017-03-12)
229
-
^^^^^^^^^^^^^^^^^^
254
+
~~~~~~~~~~~~~~~~~~
230
255
- Fixed region handling problem
231
256
- Added rest.piri subdomain as a backup if region can't be found
232
257
- Improved the file writing function
233
258
- Large test coverage increase
234
259
235
260
0.4.4 (2017-03-06)
236
-
^^^^^^^^^^^^^^^^^^
261
+
~~~~~~~~~~~~~~~~~~
237
262
- Fixed bug where region id was not being set in the header
238
263
239
264
0.4.3 (2017-03-05)
240
-
^^^^^^^^^^^^^^^^^^
265
+
~~~~~~~~~~~~~~~~~~
241
266
- Changed to bdist_wheel release
242
267
243
268
0.4.2 (2017-01-28)
244
-
^^^^^^^^^^^^^^^^^^
269
+
~~~~~~~~~~~~~~~~~~
245
270
- Fixed inability to retrieve motion data due to Key Error
246
271
247
272
0.4.1 (2017-01-27)
248
-
^^^^^^^^^^^^^^^^^^
273
+
~~~~~~~~~~~~~~~~~~
249
274
- Fixed refresh bug (0.3.1 did not actually fix the problem)
0 commit comments