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

Namespaces

 binary_sensor
 
 config_flow
 
 const
 
 coordinator
 
 entity
 
 sensor
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 
list PLATFORMS = [Platform.BINARY_SENSOR, Platform.SENSOR]
 
 PoolSenseConfigEntry
 

Detailed Description

The PoolSense integration.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.poolsense.async_setup_entry ( HomeAssistant  hass,
PoolSenseConfigEntry  entry 
)
Set up PoolSense from a config entry.

Definition at line 22 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.poolsense.async_unload_entry ( HomeAssistant  hass,
PoolSenseConfigEntry  entry 
)
Unload a config entry.

Definition at line 47 of file __init__.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 19 of file __init__.py.

◆ PLATFORMS

list homeassistant.components.poolsense.PLATFORMS = [Platform.BINARY_SENSOR, Platform.SENSOR]

Definition at line 16 of file __init__.py.

◆ PoolSenseConfigEntry

homeassistant.components.poolsense.PoolSenseConfigEntry

Definition at line 14 of file __init__.py.