Namespaces | |
| binary_sensor | |
| config_flow | |
| const | |
| coordinator | |
| entity | |
| helpers | |
| lock | |
| sensor | |
Classes | |
| class | NukiEntryData |
Functions | |
| None | _create_webhook (HomeAssistant hass, ConfigEntry entry, NukiBridge bridge) |
| tuple[list[NukiLock], list[NukiOpener]] | _get_bridge_devices (NukiBridge bridge) |
| bool | _register_webhook (NukiBridge bridge, str entry_id, str url) |
| None | _remove_webhook (NukiBridge bridge, str entry_id) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| list | PLATFORMS = [Platform.BINARY_SENSOR, Platform.LOCK, Platform.SENSOR] |
The nuki component.
|
private |
Definition at line 53 of file __init__.py.
|
private |
Definition at line 49 of file __init__.py.
|
private |
Definition at line 135 of file __init__.py.
|
private |
Definition at line 150 of file __init__.py.
| bool homeassistant.components.nuki.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up the Nuki entry.
Definition at line 158 of file __init__.py.
| bool homeassistant.components.nuki.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload the Nuki entry.
Definition at line 241 of file __init__.py.
|
private |
Definition at line 34 of file __init__.py.
| list homeassistant.components.nuki.PLATFORMS = [Platform.BINARY_SENSOR, Platform.LOCK, Platform.SENSOR] |
Definition at line 36 of file __init__.py.