Home Assistant Unofficial Reference 2024.12.1
sensor.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.twitch.sensor.TwitchSensor
 

Namespaces

 homeassistant.components.twitch.sensor
 

Functions

None homeassistant.components.twitch.sensor.async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

string homeassistant.components.twitch.sensor.ATTR_FOLLOW = "following"
 
string homeassistant.components.twitch.sensor.ATTR_FOLLOW_SINCE = "following_since"
 
string homeassistant.components.twitch.sensor.ATTR_FOLLOWING = "followers"
 
string homeassistant.components.twitch.sensor.ATTR_GAME = "game"
 
string homeassistant.components.twitch.sensor.ATTR_STARTED_AT = "started_at"
 
string homeassistant.components.twitch.sensor.ATTR_SUBSCRIPTION = "subscribed"
 
string homeassistant.components.twitch.sensor.ATTR_SUBSCRIPTION_GIFTED = "subscription_is_gifted"
 
string homeassistant.components.twitch.sensor.ATTR_SUBSCRIPTION_TIER = "subscription_tier"
 
string homeassistant.components.twitch.sensor.ATTR_TITLE = "title"
 
string homeassistant.components.twitch.sensor.ATTR_VIEWERS = "viewers"
 
int homeassistant.components.twitch.sensor.PARALLEL_UPDATES = 1
 
string homeassistant.components.twitch.sensor.STATE_OFFLINE = "offline"
 
string homeassistant.components.twitch.sensor.STATE_STREAMING = "streaming"