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

Classes

class  HomematicipDoorLockDrive
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 
string ATTR_AUTO_RELOCK_DELAY = "auto_relock_delay"
 
string ATTR_DOOR_HANDLE_TYPE = "door_handle_type"
 
string ATTR_DOOR_LOCK_DIRECTION = "door_lock_direction"
 
string ATTR_DOOR_LOCK_NEUTRAL_POSITION = "door_lock_neutral_position"
 
string ATTR_DOOR_LOCK_TURNS = "door_lock_turns"
 
dictionary DEVICE_DLD_ATTRIBUTES
 

Detailed Description

Support for HomematicIP Cloud lock devices.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.homematicip_cloud.lock.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up the HomematicIP locks from a config entry.

Definition at line 37 of file lock.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 20 of file lock.py.

◆ ATTR_AUTO_RELOCK_DELAY

string homeassistant.components.homematicip_cloud.lock.ATTR_AUTO_RELOCK_DELAY = "auto_relock_delay"

Definition at line 22 of file lock.py.

◆ ATTR_DOOR_HANDLE_TYPE

string homeassistant.components.homematicip_cloud.lock.ATTR_DOOR_HANDLE_TYPE = "door_handle_type"

Definition at line 23 of file lock.py.

◆ ATTR_DOOR_LOCK_DIRECTION

string homeassistant.components.homematicip_cloud.lock.ATTR_DOOR_LOCK_DIRECTION = "door_lock_direction"

Definition at line 24 of file lock.py.

◆ ATTR_DOOR_LOCK_NEUTRAL_POSITION

string homeassistant.components.homematicip_cloud.lock.ATTR_DOOR_LOCK_NEUTRAL_POSITION = "door_lock_neutral_position"

Definition at line 25 of file lock.py.

◆ ATTR_DOOR_LOCK_TURNS

string homeassistant.components.homematicip_cloud.lock.ATTR_DOOR_LOCK_TURNS = "door_lock_turns"

Definition at line 26 of file lock.py.

◆ DEVICE_DLD_ATTRIBUTES

dictionary homeassistant.components.homematicip_cloud.lock.DEVICE_DLD_ATTRIBUTES
Initial value:
1 = {
2  "autoRelockDelay": ATTR_AUTO_RELOCK_DELAY,
3  "doorHandleType": ATTR_DOOR_HANDLE_TYPE,
4  "doorLockDirection": ATTR_DOOR_LOCK_DIRECTION,
5  "doorLockNeutralPosition": ATTR_DOOR_LOCK_NEUTRAL_POSITION,
6  "doorLockTurns": ATTR_DOOR_LOCK_TURNS,
7 }

Definition at line 28 of file lock.py.