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

Classes

class  YaleLock
 

Functions

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

Variables

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

Detailed Description

Support for Yale lock.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.yale.lock.async_setup_entry ( HomeAssistant  hass,
YaleConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up Yale locks.

Definition at line 29 of file lock.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 24 of file lock.py.

◆ LOCK_JAMMED_ERR

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

Definition at line 26 of file lock.py.