Releases: guerrerotook/securitas-direct-new-api
Confort sensor working again
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
Also refactor the code and keep up with the code requirements from Home Assistant.
The code is now optional.
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
Trying to solve an issue where CONF_ENTRY_ID is empty in the dictionary.
Solved the issue with config flow
This release fixed the issue with config flow and other warnings.
Revert changes of for the last release
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.
[Breaking Changes] Solved an issue with the API, added new notifications
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).
Solved an issue when disarming the panel
Solved an issue when disarming the panel.
Adding the new Brazil endpoint.
2FA and config flow
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.