forked from twrecked/hass-aarlo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog
177 lines (171 loc) · 6.38 KB
/
changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
aarlo
0.8.0a9: Call stop on auth failure.
Smarter backend detection.
Custom user agent support.
Bumped pyaarlo version.
0.8.0a8: Bumped pyaarlo version.
Fixed DOMAIN handling and mode changes, snapshot...
Fixed entity_id in callbacks
0.8.0a7: Bumped pyaarlo version.
Use Mqtt or SSE backend
Support Mqtt backend [pyaarlo]
Added support for devices (NickM-27)
Fix device attribute error messages.
0.8.0a6: Added battery device class
0.8.0a5: Add width/height to camera_image
0.8.0a4: Bumped pyaarlo version.
Add port support to IMAP. [pyaarlo]
Don't get resources for Essential cameras. [pyaarlo]
Don't ping Pro 3 floodlight. [pyaarlo]
Don't ping Essential and Pro 4 cameras. [pyaarlo]
Stop when asked to. [pyaarlo]
Fixed schedule handling. [pyaarlo]
Handle events in the background thread. [pyaarlo]
Update token to map to email address [pyaarlo]
Save last video details [pyaarlo]
Don't signal unless information has really changed [pyaarlo]
Add GO camera support. [pyaarlo]
Fixed header issue. [pyaarlo]
Add video_url to last_capture sensor. [pyaarlo]
0.8.0a3: Add video_url to last_capture sensor.
Use new "last video values" interface
Tidy up the default values.
0.8.0a2: Add save authentication configuration.
0.8.0a1: Initial 0.8 release
Remove deprecated service calls
Remove pyaarlo code
aarlo/pyaarlo
0.7.1: Remove double connected doorbell entity.
0.7.1b15: Allow quoted printable in tfa email from Arlo.
0.7.1b14: Fix for Home Assistant beta.
0.7.1b13: Fix wirefree doorbell duplicate entries.
0.7.1b12: Fix wirefree doorbell drain.
0.7.1b11: Added new automation return value.
0.7.1b10: Fix plugged icon.
0.7.1b9: Add cloudscraper support.
0.7.1b7: Stop HA polling us.
Allow removal of unicode characters from entity ids
Siren on wired doorbell.
Better doorbell icon.
0.7.1b6: Add new event handling
Allow custimisable disarmed mode
0.7.1b5: Don't rely on camera reporting back idle status
0.7.1b4: Smart user agents.
0.7.1b3: Fixed for 2021.3
0.7.1b1: Add media download.
0.7.0.18: Update user agent and request headers.
0.7.0.6: Stop battery drain on any battery based base station.
0.7.0.5: Fix CameraMJpeg issues.
0.7.0.4: Handle broken modes fetch.
0.7.0.3: Handle broken library fetch.
0.7.0.2: Made mode refresh optional.
0.7.0: Added PUSH support for authentication.
Fixed missing stream state.
0.7.0.beta.7 Make platform startup async
Fix mode change issue
0.7.0.beta.6 Fix mode update.
0.7.0.beta.5 Fix mode update.
Fix possible log in issue.
0.7.0.beta.4 Support base reset
Better snapshot handling.
0.7.0.beta.2 Handle no basestations.
Print a traceback on background failure.
Automatically write image updates to file.
Fix arming retry.
0.7.0.beta.1 Make snapshot method configurable.
0.7.0.alpha.8 Support serial numbers as IDs
Add switches to turn off doorbell chimes.
Fix missing mode update.
Fix camera on/off.
0.7.0.alpha.6: Fix spotlight merge issue.
Fix arloq audio merge issue.
0.7.0.alpha.5: Added new image update events.
Fixed backend not starting promptly.
0.7.0.alpha.4: Further State machine improvements.
Speed up startup.
Use new Home Assistant entitry names.
0.7.0.alpha.3: Further State machine improvements.
Prefer streaming snapshot to idle snapshot.
Fix Direct I/O message.
Pyclewn linting.
0.7.0.alpha.2: State machine improvements.
Services.yaml now has all parameters
Allow recording longer than 30 seconds.
0.7.0.alpha.1: First 0.7 test build
0.6.89: Beta 2FA support
0.6.17: Add request_snapshot webservice
0.6.16: Fix last_image so lovelace card works
Arlo Baby: fix effect switching
0.6.15: Copied services into aarlo domain
0.6.14: Added unique keys
Fixed cry detection
0.6.13: Tidy default alarm modes
0.6.12: Added schedule parsing and monitoring
0.6.11: Added brightness for lamps, fixed alarm issue
0.6.10: Add nightlamp support and cry detection for Arlo Baby.
0.6.9: Add object detected to last_captured sensor
0.6.8: Siren support for VMB4500r2
0.6.7: Arlo Baby media player support.
0.6.6: fixed close, added code for alarms
0.6.5: initial video doorbell support
0.6.4: fixed versioning
0.6.3: added support for HA 103
0.6.2: added aarlo_(start|stop)_recording service
0.6.1: added last thumbnail url
0.6.0: New revision
aarlo:
0.5.11: add save video request
0.5.10: add video_url to status
0.5.9: mirror pyaarlo version
0.5.8: mirror pyaarlo version
0.5.7: fixed crash in handle_async_mjpeg_stream
0.5.6: mirror pyaarlo version
0.5.5: Rename 'object' variable in library
0.5.4: Fix missing ATTR_ENTITY_ID
0.5.3: Tidied up battery and wired status
0.5.2: Fixed wired status
0.0.18: mirror pyaarlo version
0.0.17: Turn siren off when disabling, add siren on/off service calls.
0.0.16: Allow https pool parameters to be customized.
0.0.15: Mode API fixes and optional device list refresh
0.0.14: Added battery and signal strength for doorbells
0.0.13: Fix camera.(enable|disable)_motion service.
0.0.12: Fixed stream_source() api
0.0.11: Tidied docs, fleshed out services list.
0.0.10: Added support for schedules.
0.0.9: mirror pyaarlo version
0.0.8: mirror pyaarlo version
0.0.7: mirror pyaarlo version
0.0.6: mirror pyaarlo version
0.0.5: mirror pyaarlo version
0.0.4: mirror pyaarlo version
pyaarlo:
0.5.11: add save video request
0.5.10: mirror aarlo version
0.5.9: get devices after login
0.5.8: improved exception reporting
0.5.7: mirror aarlo version
0.5.6: initial Ultra support
0.5.5: mirror aarlo version
0.5.4: mirror aarlo version
0.5.3: Tidied up battery and wired status
0.5.2: Fixed wired status
0.0.18: fix thumbnails disappearing overnight
0.0.17: mirror aarlo version
0.0.16: Allow https pool parameters to be customized.
0.0.15: Mode API fixes and optional device list refresh
0.0.14: Added battery and signal strength for doorbells
0.0.13: Fix camera.(enable|disable)_motion service.
0.0.12: mirror aarlo version
0.0.11: mirror aarlo version
0.0.10: Added support for schedules.
0.0.9: Added timestamp to device request.
0.0.8: Restore version 1 of the modes API because it is needed by ArloQ and Arlo Babycams.
0.0.7: Fix race condition causing crash when initial login times out.
0.0.6: Handle general exceptions when using requests.
0.0.5: Add ping to startup sequence.
0.0.4: Fix mode lookup in base code
old-version:
0.0.2: Added manifest to aarlo
0.0.1: Initial version
# vim: set expandtab: