Releases: guerrerotook/securitas-direct-new-api
Securitas Direct new API
Securitas Direct updated their API and apparently, they forbidden other users agents that are not web browsers.
Fixed a bug with the sentinel API
Securitas changed the response object of the Sentinel operation.
Fixed a bug where disarming the installation number was not found.
Fixed a bug where disarming the installation number was not found.
Fixed a bug where the expired session wasn't awaited.
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
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
Added support for customers in the UK
Fixed an issue where authentication token expired.
Fixed an issue where authentication token expired and the call to the login wasn't awaited.
Added support for Config flow and async
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
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