Home Assistant Unofficial Reference 2024.12.1
sensor.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.gitter.sensor.GitterSensor
 

Namespaces

 homeassistant.components.gitter.sensor
 

Functions

None homeassistant.components.gitter.sensor.setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback add_entities, DiscoveryInfoType|None discovery_info=None)
 

Variables

 homeassistant.components.gitter.sensor._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.gitter.sensor.ATTR_MENTION = "mention"
 
string homeassistant.components.gitter.sensor.ATTR_ROOM = "room"
 
string homeassistant.components.gitter.sensor.ATTR_USERNAME = "username"
 
string homeassistant.components.gitter.sensor.DEFAULT_NAME = "Gitter messages"
 
string homeassistant.components.gitter.sensor.DEFAULT_ROOM = "home-assistant/home-assistant"
 
 homeassistant.components.gitter.sensor.PLATFORM_SCHEMA