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

Classes

class  AugustLock
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 
int LOCK_JAMMED_ERR = 531
 

Detailed Description

Support for August lock.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.august.lock.async_setup_entry ( HomeAssistant  hass,
AugustConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up August locks.

Definition at line 29 of file lock.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 24 of file lock.py.

◆ LOCK_JAMMED_ERR

int homeassistant.components.august.lock.LOCK_JAMMED_ERR = 531

Definition at line 26 of file lock.py.