segalion / securitasdirect

Home Assistant integration with Securitas Direct (AKA Verisure EU) and command line tool to interact with.
40 stars 17 forks source link

Is this project still running in 2023? #39

Open thecifu opened 1 year ago

thecifu commented 1 year ago

No matter how hard I try to follow the instructions after integrating with HACS, it doesn't work for me.

securitas: username: xxxxxxxxx password: xxxxxxxxx code: xxxx

Invalid config for [securitas]: expected str for dictionary value @ data['securitas']['code']. Got 7824. (See /config/configuration.yaml, line 34).

securitas_direct: username: xxxxxxxxx password: xxxxxxxxx code: xxxx

Integration error: securitas_direct - Integration 'securitas_direct' not found.

Borty97 commented 1 year ago

Write:

securitas_direct: username: xxxxxxxxx password: xxxxxxxxx code: ”xxx”

It expect string, not integer. Don’t ask why but it worked in my HA