We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Write:
securitas_direct: username: xxxxxxxxx password: xxxxxxxxx code: ”xxx”
It expect string, not integer. Don’t ask why but it worked in my HA
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: