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

Classes

class  RenaultDataUpdateCoordinator
 

Variables

 _PARALLEL_SEMAPHORE = asyncio.Semaphore(1)
 
 T = TypeVar("T", bound=KamereonVehicleDataAttributes | None)
 

Detailed Description

Proxy to handle account communication with Renault servers.

Variable Documentation

◆ _PARALLEL_SEMAPHORE

homeassistant.components.renault.coordinator._PARALLEL_SEMAPHORE = asyncio.Semaphore(1)
private

Definition at line 24 of file coordinator.py.

◆ T

homeassistant.components.renault.coordinator.T = TypeVar("T", bound=KamereonVehicleDataAttributes | None)

Definition at line 21 of file coordinator.py.