Skip to content

Releases: guerrerotook/securitas-direct-new-api

Confort sensor working again

21 Oct 16:53
Compare
Choose a tag to compare

This release fixed the confort sensor. The API changed and the way to identify the services doesn't provide a description and now it's a different property.

Also fixed a bug where the pin code is not being asked when arming the alarm.

Added support for Portugal sentinel sensors

23 Sep 15:26
e116db5
Compare
Choose a tag to compare

Also refactor the code and keep up with the code requirements from Home Assistant.

The code is now optional.

03 Mar 17:38
Compare
Choose a tag to compare

You can now add the integration without a required code for arming and disarming.

If you already have a code and you want to remove it, you can go to your .storage/core.config_entries with you HA stopped and remove your code from the section of the Securitas Integration. You need to do this with the HA stopped or the file will be override when HA shutsdowns. This is an advance topic, take care modifying this file.

CONF_ENTRY_ID was empty

21 Feb 15:05
Compare
Choose a tag to compare

Trying to solve an issue where CONF_ENTRY_ID is empty in the dictionary.

Solved the issue with config flow

21 Feb 11:07
5c21b30
Compare
Choose a tag to compare

This release fixed the issue with config flow and other warnings.

Revert changes of for the last release

18 Feb 12:47
Compare
Choose a tag to compare

This release fixed the bug with the async_forward_entry_setups function that was making the integration fail. I'm working on the solution but is going to take time, in the meantime you can use this new release that works.

Sorry for the inconvenience.

Added French endpoint, fixed disarm issue and HA warning.

14 Feb 13:34
9a99864
Compare
Choose a tag to compare

This release adds:

  • Adds the new endpoint for the French API referenced in Integration broken. Login API was changed. #57
  • Solved the disarm alarm in #97
  • Remove a warning that in the next version of HA will break the integration #103

[Breaking Changes] Solved an issue with the API, added new notifications

11 Oct 17:36
Compare
Choose a tag to compare

This release adds three things:

  • Fixed an issue where the Seguritas Direct API doesn't support $pin anymore. Removed.
  • Changed the pin back to a string. This can cause some issues in configuration.yaml. You may need to remove and add the integration again.
  • Added a new notification when arming fails and the reason. (Example).

image

Solved an issue when disarming the panel

06 Sep 07:26
Compare
Choose a tag to compare

Solved an issue when disarming the panel.

Adding the new Brazil endpoint.

2FA and config flow

03 Sep 10:32
8e8082c
Compare
Choose a tag to compare

This release adds support for config flow and adds support for the 2FA.

You may need to delete the integration, restart HA and add it again.