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

Classes

class  IstaSensor
 
class  IstaSensorEntity
 
class  IstaSensorEntityDescription
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Sensor platform for Ista EcoTrend integration.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.ista_ecotrend.sensor.async_setup_entry ( HomeAssistant  hass,
IstaConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up the ista EcoTrend sensors.

Definition at line 152 of file sensor.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 42 of file sensor.py.