Home Assistant Unofficial Reference 2024.12.1
sensor.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.rfxtrx.sensor.RfxtrxSensor
 
class  homeassistant.components.rfxtrx.sensor.RfxtrxSensorEntityDescription
 

Namespaces

 homeassistant.components.rfxtrx.sensor
 

Functions

int|None homeassistant.components.rfxtrx.sensor._battery_convert (int|None value)
 
str|None homeassistant.components.rfxtrx.sensor._rssi_convert (int|None value)
 
None homeassistant.components.rfxtrx.sensor.async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

 homeassistant.components.rfxtrx.sensor._LOGGER = logging.getLogger(__name__)
 
tuple homeassistant.components.rfxtrx.sensor.SENSOR_TYPES
 
dictionary homeassistant.components.rfxtrx.sensor.SENSOR_TYPES_DICT = {desc.key: desc for desc in SENSOR_TYPES}