mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 17:57:55 +00:00
7 lines
239 B
Python
7 lines
239 B
Python
"""Constants for the Aladdin Connect Genie integration."""
|
|
|
|
DOMAIN = "aladdin_connect"
|
|
|
|
OAUTH2_AUTHORIZE = "https://app.aladdinconnect.com/login.html"
|
|
OAUTH2_TOKEN = "https://twdvzuefzh.execute-api.us-east-2.amazonaws.com/v1/oauth2/token"
|