guerrerotook / securitas-direct-new-api

This repository contains the new securitas direct API that can be integrated in Home Assistant
Apache License 2.0
79 stars 30 forks source link

Last commit breaks the Alarm Panel #107

Closed SirLouen closed 1 year ago

SirLouen commented 1 year ago

I've found that the last commit 9a99864 is breaking the Alarm Panel

Some users have pointed out (#101 & #106) in the latest discussions. I'm not 100% confident but it's probably the changes in init.py and config_flow.py (I have not gone deep into the code though).

Just using the changes in alarm_control_panel.py helps solving the disarm issue in #97

SirLouen commented 1 year ago

I'm not sure the purpose of those async_forward_entry_setups

I'm reading that there was a warning in the first release of HA 2023.02 that suggested this change but it completely messes up the system.

guerrerotook commented 1 year ago

I'm testing this version on my setup and I will generate a new version tomorrow if everything goes well.