Skip to content

Commit d761d75

Browse files
authored
Doc change (#175)
* tidy up of commit.. * tidy up of commit..
1 parent 987593b commit d761d75

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

README.md

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
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)

0 commit comments

Comments
 (0)