mirror of
https://github.com/home-assistant/core.git
synced 2025-11-13 04:50:17 +00:00
9 lines
254 B
Python
9 lines
254 B
Python
"""Constants for the Ondilo ICO integration."""
|
|
|
|
DOMAIN = "ondilo_ico"
|
|
|
|
OAUTH2_AUTHORIZE = "https://interop.ondilo.com/oauth2/authorize"
|
|
OAUTH2_TOKEN = "https://interop.ondilo.com/oauth2/token"
|
|
OAUTH2_CLIENT_ID = "customer_api"
|
|
OAUTH2_CLIENT_SECRET = ""
|