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

Classes

class  SeatHeaterDescription
 
class  TeslaFleetExportRuleSelectEntity
 
class  TeslaFleetOperationSelectEntity
 
class  TeslaFleetSeatHeaterSelectEntity
 
class  TeslaFleetWheelHeaterSelectEntity
 

Functions

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

Variables

string HIGH = "high"
 
string LOW = "low"
 
string MEDIUM = "medium"
 
string OFF = "off"
 
int PARALLEL_UPDATES = 0
 

Detailed Description

Select platform for Tesla Fleet integration.

Function Documentation

◆ async_setup_entry()

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

Definition at line 78 of file select.py.

Variable Documentation

◆ HIGH

string homeassistant.components.tesla_fleet.select.HIGH = "high"

Definition at line 23 of file select.py.

◆ LOW

string homeassistant.components.tesla_fleet.select.LOW = "low"

Definition at line 21 of file select.py.

◆ MEDIUM

string homeassistant.components.tesla_fleet.select.MEDIUM = "medium"

Definition at line 22 of file select.py.

◆ OFF

string homeassistant.components.tesla_fleet.select.OFF = "off"

Definition at line 20 of file select.py.

◆ PARALLEL_UPDATES

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

Definition at line 25 of file select.py.