Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.nuki.NukiEntryData
 

Namespaces

 homeassistant.components.nuki
 

Functions

None homeassistant.components.nuki._create_webhook (HomeAssistant hass, ConfigEntry entry, NukiBridge bridge)
 
tuple[list[NukiLock], list[NukiOpener]] homeassistant.components.nuki._get_bridge_devices (NukiBridge bridge)
 
bool homeassistant.components.nuki._register_webhook (NukiBridge bridge, str entry_id, str url)
 
None homeassistant.components.nuki._remove_webhook (NukiBridge bridge, str entry_id)
 
bool homeassistant.components.nuki.async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool homeassistant.components.nuki.async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 

Variables

 homeassistant.components.nuki._LOGGER = logging.getLogger(__name__)
 
list homeassistant.components.nuki.PLATFORMS = [Platform.BINARY_SENSOR, Platform.LOCK, Platform.SENSOR]