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

Classes

class  BMWLock
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 
string DOOR_LOCK_STATE = "door_lock_state"
 

Detailed Description

Support for BMW car locks with BMW ConnectedDrive.

Function Documentation

◆ async_setup_entry()

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

Definition at line 25 of file lock.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 22 of file lock.py.

◆ DOOR_LOCK_STATE

string homeassistant.components.bmw_connected_drive.lock.DOOR_LOCK_STATE = "door_lock_state"

Definition at line 21 of file lock.py.