Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.nuki Namespace Reference

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]
 

Detailed Description

The nuki component.

Function Documentation

◆ _create_webhook()

None homeassistant.components.nuki._create_webhook ( HomeAssistant  hass,
ConfigEntry  entry,
NukiBridge   bridge 
)
private

Definition at line 53 of file __init__.py.

◆ _get_bridge_devices()

tuple[list[NukiLock], list[NukiOpener]] homeassistant.components.nuki._get_bridge_devices ( NukiBridge  bridge)
private

Definition at line 49 of file __init__.py.

◆ _register_webhook()

bool homeassistant.components.nuki._register_webhook ( NukiBridge  bridge,
str  entry_id,
str  url 
)
private

Definition at line 135 of file __init__.py.

◆ _remove_webhook()

None homeassistant.components.nuki._remove_webhook ( NukiBridge  bridge,
str  entry_id 
)
private

Definition at line 150 of file __init__.py.

◆ async_setup_entry()

bool homeassistant.components.nuki.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Set up the Nuki entry.

Definition at line 158 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.nuki.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Unload the Nuki entry.

Definition at line 241 of file __init__.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.nuki._LOGGER = logging.getLogger(__name__)
private

Definition at line 34 of file __init__.py.

◆ PLATFORMS

list homeassistant.components.nuki.PLATFORMS = [Platform.BINARY_SENSOR, Platform.LOCK, Platform.SENSOR]

Definition at line 36 of file __init__.py.