Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the myUplink integration."""
2 
3 DOMAIN = "myuplink"
4 
5 API_ENDPOINT = "https://api.myuplink.com"
6 OAUTH2_AUTHORIZE = "https://api.myuplink.com/oauth/authorize"
7 OAUTH2_TOKEN = "https://api.myuplink.com/oauth/token"
8 OAUTH2_SCOPES = ["WRITESYSTEM", "READSYSTEM", "offline_access"]
9 
10 F_SERIES = "f-series"