Home Assistant Unofficial Reference 2024.12.1
sensor.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.random.sensor.RandomSensor
 

Namespaces

 homeassistant.components.random.sensor
 

Functions

None homeassistant.components.random.sensor.async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 
None homeassistant.components.random.sensor.async_setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback async_add_entities, DiscoveryInfoType|None discovery_info=None)
 

Variables

string homeassistant.components.random.sensor.ATTR_MAXIMUM = "maximum"
 
string homeassistant.components.random.sensor.ATTR_MINIMUM = "minimum"
 
string homeassistant.components.random.sensor.DEFAULT_NAME = "Random sensor"
 
 homeassistant.components.random.sensor.PLATFORM_SCHEMA