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

Classes

class  ProtectLock
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Support for locks on Ubiquiti's UniFi Protect NVR.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.unifiprotect.lock.async_setup_entry ( HomeAssistant  hass,
UFPConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Set up locks on a UniFi Protect NVR.

Definition at line 25 of file lock.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 22 of file lock.py.