Variables | |
| string | CONF_CHANNELS = "channels" |
| string | CONF_REFRESH_TOKEN = "refresh_token" |
| string | DOMAIN = "twitch" |
| LOGGER = logging.getLogger(__package__) | |
| string | OAUTH2_AUTHORIZE = "https://id.twitch.tv/oauth2/authorize" |
| string | OAUTH2_TOKEN = "https://id.twitch.tv/oauth2/token" |
| list | OAUTH_SCOPES = [AuthScope.USER_READ_SUBSCRIPTIONS, AuthScope.USER_READ_FOLLOWS] |
| list | PLATFORMS = [Platform.SENSOR] |
Const for Twitch.
| string homeassistant.components.twitch.const.CONF_CHANNELS = "channels" |
| string homeassistant.components.twitch.const.CONF_REFRESH_TOKEN = "refresh_token" |
| string homeassistant.components.twitch.const.DOMAIN = "twitch" |
| homeassistant.components.twitch.const.LOGGER = logging.getLogger(__package__) |
| string homeassistant.components.twitch.const.OAUTH2_AUTHORIZE = "https://id.twitch.tv/oauth2/authorize" |
| string homeassistant.components.twitch.const.OAUTH2_TOKEN = "https://id.twitch.tv/oauth2/token" |
| list homeassistant.components.twitch.const.OAUTH_SCOPES = [AuthScope.USER_READ_SUBSCRIPTIONS, AuthScope.USER_READ_FOLLOWS] |