Releases: twrecked/hass-aarlo
version 0.7.beta.12
Fix doorbell capabilities.
Custom user agent support.
Added event_id and time to URL paths.
Allow ping when devices are on chargers.
version 0.7.2.beta.11
Possible doorbell motion fix.
version 0.7.2.beta.10.2
better backend handling
The code can now try to determine which backend (SSE or MQTT) to use automatically. To try this new behaviour comment out the backend line from your aarlo config. If it doesn't work for you just uncomment the backend line to get the original behaviour back and send me a bug report.
Fixed snapshot issue.
Remotely started snapshots (or more correctly, ones I think are remotely started) might not get cleared down and will prevent new snapshots from happening.
Imap.
Revert some code that introduced an issue.
version 0.7.2.beta.10
better backend handling
The code can now try to determine which backend (SSE or MQTT) to use automatically. To try this new behaviour comment out the backend line from your aarlo config. If it doesn't work for you just uncomment the backend line to get the original behaviour back and send me a bug report.
Fixed snapshot issue.
Remotely started snapshots (or more correctly, ones I think are remotely started) might not get cleared down and will prevent new snapshots from happening.
version 0.7.2.beta.9
Stop Arlo threads on authentication failure.
version 0.7.2.beta.8.3
Create a connectivity sensor when an Essential camera is not acting as a base station.
version 0.7.2.beta.8.2
Arlo can now use MQTT instead of SSE streams . This build uses the new mechanism to receive events. To use orginal backend add backend: sse to you aarlo config.
This will be a short lived stream, I want to get some testing done on the new back end before releasing 0.8.
- fix IMAP issue
- fix device attribute warning
- restore missing events
- update newer devices from device refresh
- fix battery issue
- fix missing timezone issue
- allow changing of backend
- fix reconnect issues for mqtt and sse backends
version 0.7.2.beta.7
Arlo can now use MQTT instead of SSE streams . This build uses the new mechanism to receive events. To use orginal backend add backend: sse to you aarlo config.
This will be a short lived stream, I want to get some testing done on the new back end before releasing 0.8.
- fix device attribute warning
- restore missing events
- update newer devices from device refresh
- fix battery issue
- fix missing timezone issue
- allow changing of backend
- fix reconnect issues for mqtt and sse backends
version 0.7.2.beta.6
This is an experimental release to use the new MQTT backend.
Arlo can now use MQTT instead of SSE streams . This build uses the new mechanism to receive events. To use orginal backend add backend: sse to you aarlo config.
This will be a short lived stream, I want to get some testing done on the new back end before releasing 0.8.
- fix device attribute warning
- restore missing events
- update newer devices from device refresh
- fix battery issue
- fix missing timezone issue
- allow changing of backend
version 0.7.2.beta.5.1
This is an experimental release to use the new MQTT backend.
Apologies; 0.7.2b5 was built from the wrong branch.
Arlo is now using MQTT instead of SSE streams. This build uses the new mechanism to receive events.
This will be a short lived stream, I want to get some testing done on the new back end before releasing 0.8.
- fix device attribute warning
- restore missing events
- update newer devices from device refresh
- fix battery issue