Releases: twrecked/hass-aarlo
version 0.7.4.beta.6
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
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
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
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
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
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
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
This release adds support Arlo v4 APIs
[thanks @JeffSteinbok]
Fix possible start up issue.
version 0.7.3
This release adds support Arlo v4 APIs
[thanks @JeffSteinbok]
version 0.7.2.beta.13
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.