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)) | |
Representation of Z-Wave locks.
| None homeassistant.components.zwave_js.lock.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
| int homeassistant.components.zwave_js.lock.PARALLEL_UPDATES = 0 |