Go to the source code of this file.
Namespaces | |
| homeassistant.components.twitch.const | |
Variables | |
| 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] |
| list | homeassistant.components.twitch.const.PLATFORMS = [Platform.SENSOR] |