Skip to content

Releases: guerrerotook/securitas-direct-new-api

Securitas Direct new API

16 Jun 20:52
Compare
Choose a tag to compare

Securitas Direct updated their API and apparently, they forbidden other users agents that are not web browsers.

Fixed a bug with the sentinel API

10 Apr 19:52
Compare
Choose a tag to compare

Securitas changed the response object of the Sentinel operation.

Fixed a bug where disarming the installation number was not found.

26 Feb 20:19
Compare
Choose a tag to compare

Fixed a bug where disarming the installation number was not found.

Fixed a bug where the expired session wasn't awaited.

26 Feb 00:35
Compare
Choose a tag to compare

This release fixed a bug where the session was expired but when doing the login operation again, it wasn't awaited. That caused the process to fail and not able to login again.

Fixed a bug where the arming and disarming fail to update the UI

19 Feb 11:57
Compare
Choose a tag to compare

This release solved a bug where you arm or disarm the alarm but the Home Assistant component for the alarm panel stay the same.

Added support for the UK domain

14 Feb 21:39
85d7fd4
Compare
Choose a tag to compare

Added support for customers in the UK

Fixed an issue where authentication token expired.

14 Feb 10:14
Compare
Choose a tag to compare

Fixed an issue where authentication token expired and the call to the login wasn't awaited.

Added support for Config flow and async

13 Feb 18:58
Compare
Choose a tag to compare

This release adds support for config flow and adds support for asynchronous operations for the API.

BREAKING CHANGE:

The domain changed from securitas_direct to securitas because of the config flow integration so if you are not installing the integration through HASC make sure that the folder in the custom_components is named securitas.

There is a new property in the configuration, check_alarm_panel that if set to false, will decrease the number of requests made to securitas but if you arm or disarm you alarm outside Home Assistant, the will inconsistency between the state of the alarm and what HA shows.

Initial version for HACS

09 Jan 20:27
ca1ee92
Compare
Choose a tag to compare

This is the initial version for the HACS store.

What's Changed

  • Dynamic API URL by @seb2point0 in #4
  • api: manager: fix JSON error checks by @Noltari in #10
  • Fix HACS install and sensor creation by @skyborgff in #15
  • fix: Added 'A' protomResponse status to STATE_ALARM_ARMED_CUSTOM_BYPA… by @bvis in #16

New Contributors

  • @seb2point0 made their first contribution in #4
  • @Noltari made their first contribution in #10
  • @skyborgff made their first contribution in #15
  • @bvis made their first contribution in #16

Full Changelog: https://github.com/guerrerotook/securitas-direct-new-api/commits/v1.0.0.0