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

Classes

class  TessieEnergySiteInfoCoordinator
 
class  TessieEnergySiteLiveCoordinator
 
class  TessieStateUpdateCoordinator
 

Functions

dict[str, Any] flatten (dict[str, Any] data, str|None parent=None)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 TESSIE_FLEET_API_SYNC_INTERVAL = timedelta(seconds=30)
 
int TESSIE_SYNC_INTERVAL = 10
 

Detailed Description

Tessie Data Coordinator.

Function Documentation

◆ flatten()

dict[str, Any] homeassistant.components.tessie.coordinator.flatten ( dict[str, Any]  data,
str | None   parent = None 
)
Flatten the data structure.

Definition at line 27 of file coordinator.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 24 of file coordinator.py.

◆ TESSIE_FLEET_API_SYNC_INTERVAL

homeassistant.components.tessie.coordinator.TESSIE_FLEET_API_SYNC_INTERVAL = timedelta(seconds=30)

Definition at line 22 of file coordinator.py.

◆ TESSIE_SYNC_INTERVAL

int homeassistant.components.tessie.coordinator.TESSIE_SYNC_INTERVAL = 10

Definition at line 21 of file coordinator.py.