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

Classes

class  LoqedLock
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 
string WEBHOOK_API_ENDPOINT = "/api/loqed/webhook"
 

Detailed Description

LOQED lock integration for Home Assistant.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.loqed.lock.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry,
AddEntitiesCallback   async_add_entities 
)
Set up the Loqed lock platform.

Definition at line 22 of file lock.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 19 of file lock.py.

◆ WEBHOOK_API_ENDPOINT

string homeassistant.components.loqed.lock.WEBHOOK_API_ENDPOINT = "/api/loqed/webhook"

Definition at line 17 of file lock.py.