Home Assistant Unofficial Reference 2024.12.1
coordinator.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.tessie.coordinator.TessieEnergySiteInfoCoordinator
 
class  homeassistant.components.tessie.coordinator.TessieEnergySiteLiveCoordinator
 
class  homeassistant.components.tessie.coordinator.TessieStateUpdateCoordinator
 

Namespaces

 homeassistant.components.tessie.coordinator
 

Functions

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

Variables

 homeassistant.components.tessie.coordinator._LOGGER = logging.getLogger(__name__)
 
 homeassistant.components.tessie.coordinator.TESSIE_FLEET_API_SYNC_INTERVAL = timedelta(seconds=30)
 
int homeassistant.components.tessie.coordinator.TESSIE_SYNC_INTERVAL = 10