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

Namespaces

 config_flow
 
 const
 
 coordinator
 
 sensor
 

Classes

class  SolaxData
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 
list PLATFORMS = [Platform.SENSOR]
 
 SCAN_INTERVAL = timedelta(seconds=30)
 
 SolaxConfigEntry
 

Detailed Description

The solax component.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.solax.async_setup_entry ( HomeAssistant  hass,
SolaxConfigEntry  entry 
)
Set up the sensors from a ConfigEntry.

Definition at line 36 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.solax.async_unload_entry ( HomeAssistant  hass,
SolaxConfigEntry  entry 
)
Unload a config entry.

Definition at line 70 of file __init__.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 33 of file __init__.py.

◆ PLATFORMS

list homeassistant.components.solax.PLATFORMS = [Platform.SENSOR]

Definition at line 18 of file __init__.py.

◆ SCAN_INTERVAL

homeassistant.components.solax.SCAN_INTERVAL = timedelta(seconds=30)

Definition at line 20 of file __init__.py.

◆ SolaxConfigEntry

homeassistant.components.solax.SolaxConfigEntry

Definition at line 31 of file __init__.py.