Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 

Variables

string homeassistant.components.myuplink.const.API_ENDPOINT = "https://api.myuplink.com"
 
string homeassistant.components.myuplink.const.DOMAIN = "myuplink"
 
string homeassistant.components.myuplink.const.F_SERIES = "f-series"
 
string homeassistant.components.myuplink.const.OAUTH2_AUTHORIZE = "https://api.myuplink.com/oauth/authorize"
 
list homeassistant.components.myuplink.const.OAUTH2_SCOPES = ["WRITESYSTEM", "READSYSTEM", "offline_access"]
 
string homeassistant.components.myuplink.const.OAUTH2_TOKEN = "https://api.myuplink.com/oauth/token"