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

Namespaces

 binary_sensor
 
 climate
 
 config_flow
 
 const
 
 entity
 
 sensor
 
 switch
 
 water_heater
 

Functions

bool async_setup_entry (HomeAssistant hass, ConfigEntry config_entry)
 
bool async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 INTERVAL = timedelta(minutes=60)
 
list PLATFORMS
 

Detailed Description

Support for EcoNet products.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.econet.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry 
)
Set up EcoNet as config entry.

Definition at line 39 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.econet.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Unload a EcoNet config entry.

Definition at line 92 of file __init__.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 26 of file __init__.py.

◆ INTERVAL

homeassistant.components.econet.INTERVAL = timedelta(minutes=60)

Definition at line 36 of file __init__.py.

◆ PLATFORMS

list homeassistant.components.econet.PLATFORMS
Initial value:
1 = [
2  Platform.BINARY_SENSOR,
3  Platform.CLIMATE,
4  Platform.SENSOR,
5  Platform.SWITCH,
6  Platform.WATER_HEATER,
7 ]

Definition at line 28 of file __init__.py.