guerrerotook / securitas-direct-new-api

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

Can't initiate the integration #196

Closed Bbqdoc closed 6 months ago

Bbqdoc commented 6 months ago

Hi, when I try to configure it in configuration.yaml I obtain and error message: Invalid config for 'securitas' at configuration.yaml, line 298: expected str for dictionary value 'securitas->username', got 12345678 My login is a number, (of course is not 12345678 but the number of my identity document). Is there any problem because of the format of my login or it is a mistake from a noob? I am from Spain and it's the login that I have. Thx

guerrerotook commented 6 months ago

Put your username in double quote like this "1234567890"

Bbqdoc commented 6 months ago

OMG what a noob mistake. Solved. Thank you so much