Skip to content

Releases: twrecked/hass-aarlo

version 0.7.4.beta.6

07 Feb 13:47
1f60fc8

Choose a tag to compare

This release builds on the the Arlo v4 APIs support.
[thanks @JeffSteinbok]

This pre-release adds initial support for Arlo's new 8-in-1 sensor.
[thanks @xirtamoen for lending the sensors]

I don't own a sensor so this code is still in testing, some binary sensor states maybe reversed or not work at all... Send debug if you find an issue. Revert back to the previous release if you have to.

Also fixed:

  • better status update handing, Arlo has changed some of its APIs

version 0.7.4.beta.5

03 Feb 18:27
865bd12

Choose a tag to compare

This release builds on the the Arlo v4 APIs support.
[thanks @JeffSteinbok]

This pre-release adds initial support for Arlo's new 8-in-1 sensor.
[thanks @xirtamoen for lending the sensors]

I don't own a sensor so this code is still in testing, some binary sensor states
maybe reversed or not work at all... Send debug if you find an issue. Revert back
to the previous release if you have to.

version 0.7.4.beta.4

03 Feb 16:08
39ed41c

Choose a tag to compare

This release builds on the the Arlo v4 APIs support.
[thanks @JeffSteinbok]

This pre-release adds initial support for Arlo's new 8-in-1 sensor.
[thanks @xirtamoen for lending the sensors]

I don't own a sensor so this code is still in testing, some binary sensor states
maybe reversed or not work at all... Send debug if you find an issue. Revert back
to the previous release if you have to.

version 0.7.4.beta.3

03 Feb 04:54
f0ca2e6

Choose a tag to compare

This release builds on the the Arlo v4 APIs support.
[thanks @JeffSteinbok]

This pre-release adds initial support for Arlo's new 8-in-1 sensor.
[thanks @xirtamoen for lending the sensors]

I don't own a sensor so this code is still in testing, some binary sensor states
maybe reversed or not work at all... Send debug if you find an issue. Revert back
to the previous release if you have to.

version 0.7.4.beta.2

03 Feb 04:38
083cb33

Choose a tag to compare

This release builds on the the Arlo v4 APIs support.
[thanks @JeffSteinbok]

This pre-release adds initial support for Arlo's new 8-in-1 sensor.
[thanks @xirtamoen for lending the sensors]

I don't own a sensor so this code is still in testing, some binary sensor states
maybe reversed or not work at all... Send debug if you find an issue. Revert back
to the previous release if you have to.

version 0.7.4.beta.1

02 Feb 22:53
e26e26f

Choose a tag to compare

This release builds on the the Arlo v4 APIs support.
[thanks @JeffSteinbok]

This pre-release adds initial support for Arlo's new 8-in-1 sensor.
[thanks @xirtamoen for lending the sensors]

I don't own a sensor so this code is still in testing, some binary sensor states
maybe reversed or not work at all... Send debug if you find an issue. Revert back
to the previous release if you have to.

version 0.7.4.beta.0

31 Jan 03:46
724ca94

Choose a tag to compare

This pre-release adds initial support for Arlo's new 8-in-1 sensor.
[thanks @xirtamoen for lending the sensors]

I don't own a sensor so this code is still in testing, some binary sensor states
maybe reversed or not work at all... Send debug if you find an issue. Revert back
to the previous release if you have to.

This release builds on the the Arlo v4 APIs support.
[thanks @JeffSteinbok]

version 0.7.3.1

27 Jan 22:11
8e15198

Choose a tag to compare

This release adds support Arlo v4 APIs
[thanks @JeffSteinbok]

Fix possible start up issue.

version 0.7.3

27 Jan 03:53
6f5e03f

Choose a tag to compare

This release adds support Arlo v4 APIs
[thanks @JeffSteinbok]

version 0.7.2.beta.13

27 Nov 01:51
5eb4d21

Choose a tag to compare

Added a new option cipher_list to allow users to provide a custom cipher list for the IMAP
connection.

I've been seeing reports of people unable to connect to IMAP servers in the latest release and
I believe it's to do with Python tightening up its default security settings.

If you're having problem connecting try adding the following to your configuration.

aarlo:
  ...
  cipher_list: "HIGH:!DH:!aNULL"

Remove default_ciphers: if you have previously set that.