File tree Expand file tree Collapse file tree 1 file changed +9
-12
lines changed
Expand file tree Collapse file tree 1 file changed +9
-12
lines changed Original file line number Diff line number Diff line change 11# Pyaarlo
22
3- ## Alpha Build
4-
5- Welcome to the Pyaarlo alpha build. I'm using the 0.8.x stream to split
6- ` pyaarlo ` out from ` hass-aarlo ` . This is partly motivated by thinking about
7- getting ` hass-aarlo ` back into Home Assistant and partly motivated by my
8- desire to stop having to commit bug fixes in 2 places.
9-
103### Breaking Changes
114
12- #### Cached Session
13- The code will now save the session details and reuse the authentication token
14- when possible. This can drastically reduce the number of authentication
15- requests the code will make (and 2FA requests if needed). If this doesn't work
16- for you pass ` save_session=False ` as a parameter to ` PyArlo() ` .
5+ #### Trusted Browser Support
6+
7+ _ Arlo_ recently changed their back end and reduced the lifetime of the
8+ authentication token from 2 weeks to 2 hours. This code relied on that 2 weeks
9+ to reduce the number of 2fa requests we made. The code now acts more like the
10+ official website by using the "trusted browser" setting. With this we can
11+ request more authentication tokens for up to 2 weeks without using 2fa again.
1712
13+ If this breaks the module for you please drop back to version ` 0.8.0.14 ` and
14+ create an issue.
1815
1916## Table of Contents
2017- [ Introduction] ( #introduction )
You can’t perform that action at this time.
0 commit comments