Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.nuki.lock.NukiOpenerEntity Class Reference
Inheritance diagram for homeassistant.components.nuki.lock.NukiOpenerEntity:
[legend]
Collaboration diagram for homeassistant.components.nuki.lock.NukiOpenerEntity:
[legend]

Public Member Functions

bool is_locked (self)
 
None lock (self, **Any kwargs)
 
None lock_n_go (self, bool unlatch)
 
None open (self, **Any kwargs)
 
None set_continuous_mode (self, bool enable)
 
None unlock (self, **Any kwargs)
 

Detailed Description

Representation of a Nuki opener.

Definition at line 131 of file lock.py.

Member Function Documentation

◆ is_locked()

bool homeassistant.components.nuki.lock.NukiOpenerEntity.is_locked (   self)
Return true if either ring-to-open or continuous mode is enabled.

Definition at line 135 of file lock.py.

◆ lock()

None homeassistant.components.nuki.lock.NukiOpenerEntity.lock (   self,
**Any  kwargs 
)
Disable ring-to-open.

Definition at line 142 of file lock.py.

◆ lock_n_go()

None homeassistant.components.nuki.lock.NukiOpenerEntity.lock_n_go (   self,
bool  unlatch 
)
Stub service.

Definition at line 163 of file lock.py.

◆ open()

None homeassistant.components.nuki.lock.NukiOpenerEntity.open (   self,
**Any  kwargs 
)
Buzz open the door.

Definition at line 156 of file lock.py.

◆ set_continuous_mode()

None homeassistant.components.nuki.lock.NukiOpenerEntity.set_continuous_mode (   self,
bool  enable 
)
Continuous Mode.

This feature will cause the door to automatically open when anyone
rings the bell. This is similar to ring-to-open, except that it does
not automatically deactivate

Definition at line 166 of file lock.py.

◆ unlock()

None homeassistant.components.nuki.lock.NukiOpenerEntity.unlock (   self,
**Any  kwargs 
)
Enable ring-to-open.

Definition at line 149 of file lock.py.


The documentation for this class was generated from the following file: