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

Classes

class  TessieExportRuleSelectEntity
 
class  TessieOperationSelectEntity
 
class  TessieSeatCoolerSelectEntity
 
class  TessieSeatHeaterSelectEntity
 

Functions

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

Variables

int PARALLEL_UPDATES = 0
 
dictionary SEAT_COOLERS
 
dictionary SEAT_HEATERS
 

Detailed Description

Select platform for Tessie integration.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.tessie.select.async_setup_entry ( HomeAssistant  hass,
TessieConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Set up the Tessie select platform from a config entry.

Definition at line 38 of file select.py.

Variable Documentation

◆ PARALLEL_UPDATES

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

Definition at line 35 of file select.py.

◆ SEAT_COOLERS

dictionary homeassistant.components.tessie.select.SEAT_COOLERS
Initial value:
1 = {
2  "climate_state_seat_fan_front_left": "front_left",
3  "climate_state_seat_fan_front_right": "front_right",
4 }

Definition at line 30 of file select.py.

◆ SEAT_HEATERS

dictionary homeassistant.components.tessie.select.SEAT_HEATERS
Initial value:
1 = {
2  "climate_state_seat_heater_left": "front_left",
3  "climate_state_seat_heater_right": "front_right",
4  "climate_state_seat_heater_rear_left": "rear_left",
5  "climate_state_seat_heater_rear_center": "rear_center",
6  "climate_state_seat_heater_rear_right": "rear_right",
7  "climate_state_seat_heater_third_row_left": "third_row_left",
8  "climate_state_seat_heater_third_row_right": "third_row_right",
9 }

Definition at line 20 of file select.py.