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

Classes

class  EnergyFlipSensor
 
class  EnergyFlipSensorEntityDescription
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 
list SENSORS_INFO
 

Detailed Description

Platform for sensor integration.

Function Documentation

◆ async_setup_entry()

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

Definition at line 219 of file sensor.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 49 of file sensor.py.

◆ SENSORS_INFO

list homeassistant.components.huisbaasje.sensor.SENSORS_INFO

Definition at line 59 of file sensor.py.