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

Classes

class  RenaultCoordinatorDescription
 
class  RenaultVehicleProxy
 

Functions

Callable[Concatenate[RenaultVehicleProxy, _P], Coroutine[Any, Any, _R]] _R (Callable[Concatenate[RenaultVehicleProxy, _P], Awaitable[_R]] func)
 

Variables

 LOGGER = logging.getLogger(__name__)
 

Detailed Description

Proxy to handle account communication with Renault servers.

Function Documentation

◆ _R()

Callable[Concatenate[RenaultVehicleProxy, _P], Coroutine[Any, Any, _R]] homeassistant.components.renault.renault_vehicle._R ( Callable[Concatenate[RenaultVehicleProxy, _P], Awaitable[_R]]  func)
private
Catch Renault errors.

Definition at line 27 of file renault_vehicle.py.

Variable Documentation

◆ LOGGER

homeassistant.components.renault.renault_vehicle.LOGGER = logging.getLogger(__name__)

Definition at line 24 of file renault_vehicle.py.