Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the Ondilo ICO integration."""
2 
3 DOMAIN = "ondilo_ico"
4 
5 OAUTH2_AUTHORIZE = "https://interop.ondilo.com/oauth2/authorize"
6 OAUTH2_TOKEN = "https://interop.ondilo.com/oauth2/token"
7 OAUTH2_CLIENTID = "customer_api"
8 OAUTH2_CLIENTSECRET = ""