Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.tellduslive.sensor Namespace Reference

Classes

class  TelldusLiveSensor
 

Functions

def async_discover_sensor (device_id)
 
None async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

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

Detailed Description

Support for Tellstick Net/Telstick Live sensors.

Function Documentation

◆ async_discover_sensor()

def homeassistant.components.tellduslive.sensor.async_discover_sensor (   device_id)
Set up tellduslive sensors dynamically.

Definition at line 128 of file sensor.py.

◆ async_setup_entry()

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

Definition at line 121 of file sensor.py.

Variable Documentation

◆ client

homeassistant.components.tellduslive.sensor.client = hass.data[DOMAIN]
Discover and add a discovered sensor.

Definition at line 130 of file sensor.py.

◆ device_class

homeassistant.components.tellduslive.sensor.device_class

Definition at line 48 of file sensor.py.

◆ key

homeassistant.components.tellduslive.sensor.key

Definition at line 46 of file sensor.py.

◆ native_unit_of_measurement

homeassistant.components.tellduslive.sensor.native_unit_of_measurement

Definition at line 47 of file sensor.py.

◆ SENSOR_TYPE_BAROMETRIC_PRESSURE

string homeassistant.components.tellduslive.sensor.SENSOR_TYPE_BAROMETRIC_PRESSURE = "barpress"

Definition at line 42 of file sensor.py.

◆ SENSOR_TYPE_DEW_POINT

string homeassistant.components.tellduslive.sensor.SENSOR_TYPE_DEW_POINT = "dewp"

Definition at line 41 of file sensor.py.

◆ SENSOR_TYPE_HUMIDITY

string homeassistant.components.tellduslive.sensor.SENSOR_TYPE_HUMIDITY = "humidity"

Definition at line 32 of file sensor.py.

◆ SENSOR_TYPE_LUMINANCE

string homeassistant.components.tellduslive.sensor.SENSOR_TYPE_LUMINANCE = "lum"

Definition at line 40 of file sensor.py.

◆ SENSOR_TYPE_RAINRATE

string homeassistant.components.tellduslive.sensor.SENSOR_TYPE_RAINRATE = "rrate"

Definition at line 33 of file sensor.py.

◆ SENSOR_TYPE_RAINTOTAL

string homeassistant.components.tellduslive.sensor.SENSOR_TYPE_RAINTOTAL = "rtot"

Definition at line 34 of file sensor.py.

◆ SENSOR_TYPE_TEMPERATURE

string homeassistant.components.tellduslive.sensor.SENSOR_TYPE_TEMPERATURE = "temp"

Definition at line 31 of file sensor.py.

◆ SENSOR_TYPE_UV

string homeassistant.components.tellduslive.sensor.SENSOR_TYPE_UV = "uv"

Definition at line 38 of file sensor.py.

◆ SENSOR_TYPE_WATT

string homeassistant.components.tellduslive.sensor.SENSOR_TYPE_WATT = "watt"

Definition at line 39 of file sensor.py.

◆ SENSOR_TYPE_WINDAVERAGE

string homeassistant.components.tellduslive.sensor.SENSOR_TYPE_WINDAVERAGE = "wavg"

Definition at line 36 of file sensor.py.

◆ SENSOR_TYPE_WINDDIRECTION

string homeassistant.components.tellduslive.sensor.SENSOR_TYPE_WINDDIRECTION = "wdir"

Definition at line 35 of file sensor.py.

◆ SENSOR_TYPE_WINDGUST

string homeassistant.components.tellduslive.sensor.SENSOR_TYPE_WINDGUST = "wgust"

Definition at line 37 of file sensor.py.

◆ state_class

homeassistant.components.tellduslive.sensor.state_class

Definition at line 49 of file sensor.py.

◆ translation_key

homeassistant.components.tellduslive.sensor.translation_key

Definition at line 71 of file sensor.py.