I am proud to anounce a first version of a custom component for securitas direct alarm.
Just copy custom_components folder inside your homeassistant config folder, configure your configuration.yalm with config below, and restart HA.
# Include this part in your configuration.yaml changing username, password and code.
# Remember to mark all your controls (remotes and keys) to be tracked, in order to
# ensure synchronization between this alarm_control_panel and real securitas alarm
securitas_direct:
username: your_securitas_username
password: your_securitas_password
code: 1234
country: ES
Please, could be great request for people in other countries and/or with more than one alarm, and other elements like perimeter etc., to improve this integration.
Thanks for all (specially to @Cebeerre)