Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.myuplink.const Namespace Reference

Variables

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

Detailed Description

Constants for the myUplink integration.

Variable Documentation

◆ API_ENDPOINT

string homeassistant.components.myuplink.const.API_ENDPOINT = "https://api.myuplink.com"

Definition at line 5 of file const.py.

◆ DOMAIN

string homeassistant.components.myuplink.const.DOMAIN = "myuplink"

Definition at line 3 of file const.py.

◆ F_SERIES

string homeassistant.components.myuplink.const.F_SERIES = "f-series"

Definition at line 10 of file const.py.

◆ OAUTH2_AUTHORIZE

string homeassistant.components.myuplink.const.OAUTH2_AUTHORIZE = "https://api.myuplink.com/oauth/authorize"

Definition at line 6 of file const.py.

◆ OAUTH2_SCOPES

list homeassistant.components.myuplink.const.OAUTH2_SCOPES = ["WRITESYSTEM", "READSYSTEM", "offline_access"]

Definition at line 8 of file const.py.

◆ OAUTH2_TOKEN

string homeassistant.components.myuplink.const.OAUTH2_TOKEN = "https://api.myuplink.com/oauth/token"

Definition at line 7 of file const.py.