Home Assistant Unofficial Reference 2024.12.1
sensor.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.tellduslive.sensor.TelldusLiveSensor
 

Namespaces

 homeassistant.components.tellduslive.sensor
 

Functions

def homeassistant.components.tellduslive.sensor.async_discover_sensor (device_id)
 
None homeassistant.components.tellduslive.sensor.async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

 homeassistant.components.tellduslive.sensor.client = hass.data[DOMAIN]
 
 homeassistant.components.tellduslive.sensor.device_class
 
 homeassistant.components.tellduslive.sensor.key
 
 homeassistant.components.tellduslive.sensor.native_unit_of_measurement
 
string homeassistant.components.tellduslive.sensor.SENSOR_TYPE_BAROMETRIC_PRESSURE = "barpress"
 
string homeassistant.components.tellduslive.sensor.SENSOR_TYPE_DEW_POINT = "dewp"
 
string homeassistant.components.tellduslive.sensor.SENSOR_TYPE_HUMIDITY = "humidity"
 
string homeassistant.components.tellduslive.sensor.SENSOR_TYPE_LUMINANCE = "lum"
 
string homeassistant.components.tellduslive.sensor.SENSOR_TYPE_RAINRATE = "rrate"
 
string homeassistant.components.tellduslive.sensor.SENSOR_TYPE_RAINTOTAL = "rtot"
 
string homeassistant.components.tellduslive.sensor.SENSOR_TYPE_TEMPERATURE = "temp"
 
string homeassistant.components.tellduslive.sensor.SENSOR_TYPE_UV = "uv"
 
string homeassistant.components.tellduslive.sensor.SENSOR_TYPE_WATT = "watt"
 
string homeassistant.components.tellduslive.sensor.SENSOR_TYPE_WINDAVERAGE = "wavg"
 
string homeassistant.components.tellduslive.sensor.SENSOR_TYPE_WINDDIRECTION = "wdir"
 
string homeassistant.components.tellduslive.sensor.SENSOR_TYPE_WINDGUST = "wgust"
 
 homeassistant.components.tellduslive.sensor.state_class
 
 homeassistant.components.tellduslive.sensor.translation_key