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

Namespaces

 binary_sensor
 
 config_flow
 
 const
 
 coordinator
 
 entity
 
 sensor
 

Functions

bool async_migrate_entry (HomeAssistant hass, AsekoConfigEntry config_entry)
 
bool async_setup_entry (HomeAssistant hass, AsekoConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, AsekoConfigEntry entry)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

The Aseko Pool Live integration.

Function Documentation

◆ async_migrate_entry()

bool homeassistant.components.aseko_pool_live.async_migrate_entry ( HomeAssistant  hass,
AsekoConfigEntry   config_entry 
)
Migrate old entry.

Definition at line 41 of file __init__.py.

◆ async_setup_entry()

bool homeassistant.components.aseko_pool_live.async_setup_entry ( HomeAssistant  hass,
AsekoConfigEntry  entry 
)
Set up Aseko Pool Live from a config entry.

Definition at line 20 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.aseko_pool_live.async_unload_entry ( HomeAssistant  hass,
AsekoConfigEntry  entry 
)
Unload a config entry.

Definition at line 36 of file __init__.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 15 of file __init__.py.