7 lines
210 B
Python
7 lines
210 B
Python
|
"""Constants for the loqed integration."""
|
||
|
|
||
|
|
||
|
DOMAIN = "loqed"
|
||
|
OAUTH2_AUTHORIZE = "https://app.loqed.com/API/integration_oauth3/login.php"
|
||
|
OAUTH2_TOKEN = "https://app.loqed.com/API/integration_oauth3/token.php"
|