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

Classes

class  SHCSensor
 
class  SHCSensorEntityDescription
 

Functions

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

Variables

string AIR_QUALITY_SENSOR = "airquality"
 
 attributes_fn
 
string COMMUNICATION_QUALITY_SENSOR = "communication_quality"
 
 device_class
 
string ENERGY_SENSOR = "energy"
 
string HUMIDITY_RATING_SENSOR = "humidity_rating"
 
string HUMIDITY_SENSOR = "humidity"
 
 key
 
 native_unit_of_measurement
 
string POWER_SENSOR = "power"
 
string PURITY_RATING_SENSOR = "purity_rating"
 
string PURITY_SENSOR = "purity"
 
 SHCSession
 
 state_class
 
string TEMPERATURE_RATING_SENSOR = "temperature_rating"
 
string TEMPERATURE_SENSOR = "temperature"
 
 translation_key
 
 value_fn
 
string VALVE_TAPPET_SENSOR = "valvetappet"
 

Detailed Description

Platform for sensor integration.

Function Documentation

◆ async_setup_entry()

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

Definition at line 128 of file sensor.py.

Variable Documentation

◆ AIR_QUALITY_SENSOR

string homeassistant.components.bosch_shc.sensor.AIR_QUALITY_SENSOR = "airquality"

Definition at line 46 of file sensor.py.

◆ attributes_fn

homeassistant.components.bosch_shc.sensor.attributes_fn

Definition at line 78 of file sensor.py.

◆ COMMUNICATION_QUALITY_SENSOR

string homeassistant.components.bosch_shc.sensor.COMMUNICATION_QUALITY_SENSOR = "communication_quality"

Definition at line 52 of file sensor.py.

◆ device_class

homeassistant.components.bosch_shc.sensor.device_class

Definition at line 57 of file sensor.py.

◆ ENERGY_SENSOR

string homeassistant.components.bosch_shc.sensor.ENERGY_SENSOR = "energy"

Definition at line 51 of file sensor.py.

◆ HUMIDITY_RATING_SENSOR

string homeassistant.components.bosch_shc.sensor.HUMIDITY_RATING_SENSOR = "humidity_rating"

Definition at line 48 of file sensor.py.

◆ HUMIDITY_SENSOR

string homeassistant.components.bosch_shc.sensor.HUMIDITY_SENSOR = "humidity"

Definition at line 43 of file sensor.py.

◆ key

homeassistant.components.bosch_shc.sensor.key

Definition at line 56 of file sensor.py.

◆ native_unit_of_measurement

homeassistant.components.bosch_shc.sensor.native_unit_of_measurement

Definition at line 59 of file sensor.py.

◆ POWER_SENSOR

string homeassistant.components.bosch_shc.sensor.POWER_SENSOR = "power"

Definition at line 50 of file sensor.py.

◆ PURITY_RATING_SENSOR

string homeassistant.components.bosch_shc.sensor.PURITY_RATING_SENSOR = "purity_rating"

Definition at line 49 of file sensor.py.

◆ PURITY_SENSOR

string homeassistant.components.bosch_shc.sensor.PURITY_SENSOR = "purity"

Definition at line 45 of file sensor.py.

◆ SHCSession

homeassistant.components.bosch_shc.sensor.SHCSession
Set up the SHC sensor platform.

Definition at line 134 of file sensor.py.

◆ state_class

homeassistant.components.bosch_shc.sensor.state_class

Definition at line 58 of file sensor.py.

◆ TEMPERATURE_RATING_SENSOR

string homeassistant.components.bosch_shc.sensor.TEMPERATURE_RATING_SENSOR = "temperature_rating"

Definition at line 47 of file sensor.py.

◆ TEMPERATURE_SENSOR

string homeassistant.components.bosch_shc.sensor.TEMPERATURE_SENSOR = "temperature"

Definition at line 42 of file sensor.py.

◆ translation_key

homeassistant.components.bosch_shc.sensor.translation_key

Definition at line 70 of file sensor.py.

◆ value_fn

homeassistant.components.bosch_shc.sensor.value_fn

Definition at line 60 of file sensor.py.

◆ VALVE_TAPPET_SENSOR

string homeassistant.components.bosch_shc.sensor.VALVE_TAPPET_SENSOR = "valvetappet"

Definition at line 44 of file sensor.py.