core/homeassistant/components/loqed/const.py

7 lines
210 B
Python
Raw Normal View History

2023-06-28 07:42:12 +00:00
"""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"