Classes | |
| class | NukiDeviceEntity |
| class | NukiLockEntity |
| class | NukiOpenerEntity |
Functions | |
| None | async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities) |
| bool | available (self) |
| None | lock (self, **Any kwargs) |
| None | open (self, **Any kwargs) |
| str|None | unique_id (self) |
| None | unlock (self, **Any kwargs) |
Variables | |
| bool | _attr_has_entity_name = True |
| _attr_name = None | |
| _attr_supported_features = LockEntityFeature.OPEN | |
| string | _attr_translation_key = "nuki_lock" |
Nuki.io lock platform.
| None homeassistant.components.nuki.lock.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
| bool homeassistant.components.nuki.lock.available | ( | self | ) |
| None homeassistant.components.nuki.lock.lock | ( | self, | |
| **Any | kwargs | ||
| ) |
| None homeassistant.components.nuki.lock.open | ( | self, | |
| **Any | kwargs | ||
| ) |
| str | None homeassistant.components.nuki.lock.unique_id | ( | self | ) |
| None homeassistant.components.nuki.lock.unlock | ( | self, | |
| **Any | kwargs | ||
| ) |
|
private |
|
private |