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

Classes

class  LaMarzoccoSelectEntity
 
class  LaMarzoccoSelectEntityDescription
 

Functions

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

Variables

int PARALLEL_UPDATES = 1
 
dictionary PREBREW_MODE_HA_TO_LM
 
dictionary PREBREW_MODE_LM_TO_HA = {value: key for key, value in PREBREW_MODE_HA_TO_LM.items()}
 
dictionary STANDBY_MODE_HA_TO_LM
 
dictionary STANDBY_MODE_LM_TO_HA = {value: key for key, value in STANDBY_MODE_HA_TO_LM.items()}
 
dictionary STEAM_LEVEL_HA_TO_LM
 
dictionary STEAM_LEVEL_LM_TO_HA = {value: key for key, value in STEAM_LEVEL_HA_TO_LM.items()}
 

Detailed Description

Select platform for La Marzocco espresso machines.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.lamarzocco.select.async_setup_entry ( HomeAssistant  hass,
LaMarzoccoConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Set up select entities.

Definition at line 104 of file select.py.

Variable Documentation

◆ PARALLEL_UPDATES

int homeassistant.components.lamarzocco.select.PARALLEL_UPDATES = 1

Definition at line 22 of file select.py.

◆ PREBREW_MODE_HA_TO_LM

dictionary homeassistant.components.lamarzocco.select.PREBREW_MODE_HA_TO_LM
Initial value:
1 = {
2  "disabled": PrebrewMode.DISABLED,
3  "prebrew": PrebrewMode.PREBREW,
4  "preinfusion": PrebrewMode.PREINFUSION,
5 }

Definition at line 32 of file select.py.

◆ PREBREW_MODE_LM_TO_HA

dictionary homeassistant.components.lamarzocco.select.PREBREW_MODE_LM_TO_HA = {value: key for key, value in PREBREW_MODE_HA_TO_LM.items()}

Definition at line 38 of file select.py.

◆ STANDBY_MODE_HA_TO_LM

dictionary homeassistant.components.lamarzocco.select.STANDBY_MODE_HA_TO_LM
Initial value:
1 = {
2  "power_on": SmartStandbyMode.POWER_ON,
3  "last_brewing": SmartStandbyMode.LAST_BREWING,
4 }

Definition at line 40 of file select.py.

◆ STANDBY_MODE_LM_TO_HA

dictionary homeassistant.components.lamarzocco.select.STANDBY_MODE_LM_TO_HA = {value: key for key, value in STANDBY_MODE_HA_TO_LM.items()}

Definition at line 45 of file select.py.

◆ STEAM_LEVEL_HA_TO_LM

dictionary homeassistant.components.lamarzocco.select.STEAM_LEVEL_HA_TO_LM
Initial value:
1 = {
2  "1": SteamLevel.LEVEL_1,
3  "2": SteamLevel.LEVEL_2,
4  "3": SteamLevel.LEVEL_3,
5 }

Definition at line 24 of file select.py.

◆ STEAM_LEVEL_LM_TO_HA

dictionary homeassistant.components.lamarzocco.select.STEAM_LEVEL_LM_TO_HA = {value: key for key, value in STEAM_LEVEL_HA_TO_LM.items()}

Definition at line 30 of file select.py.