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

Namespaces

 config_flow
 
 const
 
 coordinator
 
 sensor
 
 util
 

Functions

bool async_setup_entry (HomeAssistant hass, IstaConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, IstaConfigEntry entry)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 IstaConfigEntry
 

Detailed Description

The ista Ecotrend integration.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.ista_ecotrend.async_setup_entry ( HomeAssistant  hass,
IstaConfigEntry  entry 
)
Set up ista EcoTrend from a config entry.

Definition at line 24 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.ista_ecotrend.async_unload_entry ( HomeAssistant  hass,
IstaConfigEntry  entry 
)
Unload a config entry.

Definition at line 55 of file __init__.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 17 of file __init__.py.

◆ IstaConfigEntry

homeassistant.components.ista_ecotrend.IstaConfigEntry

Definition at line 21 of file __init__.py.