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

Classes

class  BMWSelect
 
class  BMWSelectEntityDescription
 

Functions

None async_setup_entry (HomeAssistant hass, BMWConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Select platform for BMW.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.bmw_connected_drive.select.async_setup_entry ( HomeAssistant  hass,
BMWConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up the MyBMW lock from config entry.

Definition at line 63 of file select.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.bmw_connected_drive.select._LOGGER = logging.getLogger(__name__)
private

Definition at line 22 of file select.py.