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" |
Constants for the myUplink integration.
| 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"] |