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

Classes

class  TeslaFleetCableLockEntity
 
class  TeslaFleetVehicleLockEntity
 

Functions

None async_setup_entry (HomeAssistant hass, TeslaFleetConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

string ENGAGED = "Engaged"
 
int PARALLEL_UPDATES = 0
 

Detailed Description

Lock platform for Tesla Fleet integration.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.tesla_fleet.lock.async_setup_entry ( HomeAssistant  hass,
TeslaFleetConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Set up the TeslaFleet lock platform from a config entry.

Definition at line 25 of file lock.py.

Variable Documentation

◆ ENGAGED

string homeassistant.components.tesla_fleet.lock.ENGAGED = "Engaged"

Definition at line 20 of file lock.py.

◆ PARALLEL_UPDATES

int homeassistant.components.tesla_fleet.lock.PARALLEL_UPDATES = 0

Definition at line 22 of file lock.py.