Home Assistant Unofficial Reference 2024.12.1
sensor.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.arest.sensor.ArestData
 
class  homeassistant.components.arest.sensor.ArestSensor
 

Namespaces

 homeassistant.components.arest.sensor
 

Functions

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

Variables

 homeassistant.components.arest.sensor._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.arest.sensor.CONF_FUNCTIONS = "functions"
 
string homeassistant.components.arest.sensor.CONF_PINS = "pins"
 
string homeassistant.components.arest.sensor.DEFAULT_NAME = "aREST sensor"
 
 homeassistant.components.arest.sensor.MIN_TIME_BETWEEN_UPDATES = timedelta(seconds=30)
 
 homeassistant.components.arest.sensor.PIN_VARIABLE_SCHEMA
 
 homeassistant.components.arest.sensor.PLATFORM_SCHEMA