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

Classes

class  TeslaFleetChargePortEntity
 
class  TeslaFleetFrontTrunkEntity
 
class  TeslaFleetRearTrunkEntity
 
class  TeslaFleetSunroofEntity
 
class  TeslaFleetWindowEntity
 

Functions

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

Variables

int CLOSED = 0
 
int OPEN = 1
 
int PARALLEL_UPDATES = 0
 

Detailed Description

Cover platform for Tesla Fleet integration.

Function Documentation

◆ async_setup_entry()

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

Definition at line 28 of file cover.py.

Variable Documentation

◆ CLOSED

int homeassistant.components.tesla_fleet.cover.CLOSED = 0

Definition at line 23 of file cover.py.

◆ OPEN

int homeassistant.components.tesla_fleet.cover.OPEN = 1

Definition at line 22 of file cover.py.

◆ PARALLEL_UPDATES

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

Definition at line 25 of file cover.py.