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

Classes

class  OpenThermSensor
 
class  OpenThermSensorEntityDescription
 

Functions

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

Variables

int SENSOR_FLOAT_SUGGESTED_DISPLAY_PRECISION = 1
 

Detailed Description

Support for OpenTherm Gateway sensors.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.opentherm_gw.sensor.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up the OpenTherm Gateway sensors.

Definition at line 875 of file sensor.py.

Variable Documentation

◆ SENSOR_FLOAT_SUGGESTED_DISPLAY_PRECISION

int homeassistant.components.opentherm_gw.sensor.SENSOR_FLOAT_SUGGESTED_DISPLAY_PRECISION = 1

Definition at line 37 of file sensor.py.