Closed oriold closed 9 months ago
in the code there's a default template for domains that looks like this: https://customers.securitasdirect.{country}/owa-api/graphql
and a default lang as en. i believe if you set the Country Code to "ie" in the login panel everything would work just fine for you.
Looks like the file is:
securitas-direct-new-api/custom_components/securitas/securitas_direct_new_api /domains.py
In Ireland we use verisure. Can you change it? I maybe can do a PR as well
I'm testing the change. Hold on :-)
Looks like the file is:
securitas-direct-new-api/custom_components/securitas/securitas_direct_new_api /domains.py
In Ireland we use verisure. Can you change it? I maybe can do a PR as well
You're right, i miss that
Add Ireland:
IE: https://customers.verisure.ie/owa-api/graphql"
And English language for Ireland:
"IE": "en"
Thanks in advance.