Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.tesla_fleet.helpers Namespace Reference

Functions

dict[str, Any] handle_command (Awaitable command)
 
bool handle_vehicle_command (Awaitable command)
 
None wake_up_vehicle (TeslaFleetVehicleData vehicle)
 

Detailed Description

Tesla Fleet helper functions.

Function Documentation

◆ handle_command()

dict[str, Any] homeassistant.components.tesla_fleet.helpers.handle_command ( Awaitable  command)
Handle a command.

Definition at line 36 of file helpers.py.

◆ handle_vehicle_command()

bool homeassistant.components.tesla_fleet.helpers.handle_vehicle_command ( Awaitable  command)
Handle a vehicle command.

Definition at line 50 of file helpers.py.

◆ wake_up_vehicle()

None homeassistant.components.tesla_fleet.helpers.wake_up_vehicle ( TeslaFleetVehicleData  vehicle)
Wake up a vehicle.

Definition at line 15 of file helpers.py.