Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.wallbox.coordinator Namespace Reference

Classes

class  InvalidAuth
 
class  WallboxCoordinator
 

Functions

None _validate (Wallbox wallbox)
 
def _WallboxCoordinatorT
 
None async_validate_input (HomeAssistant hass, Wallbox wallbox)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

DataUpdateCoordinator for the wallbox integration.

Function Documentation

◆ _validate()

None homeassistant.components.wallbox.coordinator._validate ( Wallbox  wallbox)
private
Authenticate using Wallbox API.

Definition at line 92 of file coordinator.py.

◆ _WallboxCoordinatorT()

def homeassistant.components.wallbox.coordinator._WallboxCoordinatorT
private

Definition at line 72 of file coordinator.py.

◆ async_validate_input()

None homeassistant.components.wallbox.coordinator.async_validate_input ( HomeAssistant  hass,
Wallbox  wallbox 
)
Get new sensor data for Wallbox component.

Definition at line 102 of file coordinator.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.wallbox.coordinator._LOGGER = logging.getLogger(__name__)
private

Definition at line 36 of file coordinator.py.