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

Classes

class  HeatMeterSensor
 
class  HeatMeterSensorEntityDescription
 

Functions

None async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
tuple HEAT_METER_SENSOR_TYPES
 

Detailed Description

Platform for sensor integration.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.landisgyr_heat_meter.sensor.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry,
AddEntitiesCallback   async_add_entities 
)
Set up the sensor platform.

Definition at line 271 of file sensor.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.landisgyr_heat_meter.sensor._LOGGER = logging.getLogger(__name__)
private

Definition at line 40 of file sensor.py.

◆ HEAT_METER_SENSOR_TYPES

tuple homeassistant.components.landisgyr_heat_meter.sensor.HEAT_METER_SENSOR_TYPES

Definition at line 50 of file sensor.py.