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

Classes

class  ZWaveLock
 

Functions

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

Variables

int PARALLEL_UPDATES = 0
 
 UNIT16_SCHEMA = vol.All(vol.Coerce(int), vol.Range(min=0, max=65535))
 

Detailed Description

Representation of Z-Wave locks.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.zwave_js.lock.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up Z-Wave lock from config entry.

Definition at line 62 of file lock.py.

Variable Documentation

◆ PARALLEL_UPDATES

int homeassistant.components.zwave_js.lock.PARALLEL_UPDATES = 0

Definition at line 47 of file lock.py.

◆ UNIT16_SCHEMA

homeassistant.components.zwave_js.lock.UNIT16_SCHEMA = vol.All(vol.Coerce(int), vol.Range(min=0, max=65535))

Definition at line 59 of file lock.py.