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

Namespaces

 button
 
 config_flow
 
 const
 
 coordinator
 
 device_trigger
 
 diagnostics
 
 entity
 
 event
 
 light
 

Functions

bool async_setup_entry (HomeAssistant hass, NanoleafConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, NanoleafConfigEntry entry)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 NanoleafConfigEntry
 
list PLATFORMS = [Platform.BUTTON, Platform.EVENT, Platform.LIGHT]
 

Detailed Description

The Nanoleaf integration.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.nanoleaf.async_setup_entry ( HomeAssistant  hass,
NanoleafConfigEntry  entry 
)
Set up Nanoleaf from a config entry.

Definition at line 35 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.nanoleaf.async_unload_entry ( HomeAssistant  hass,
NanoleafConfigEntry  entry 
)
Unload a config entry.

Definition at line 95 of file __init__.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 27 of file __init__.py.

◆ NanoleafConfigEntry

homeassistant.components.nanoleaf.NanoleafConfigEntry

Definition at line 32 of file __init__.py.

◆ PLATFORMS

list homeassistant.components.nanoleaf.PLATFORMS = [Platform.BUTTON, Platform.EVENT, Platform.LIGHT]

Definition at line 29 of file __init__.py.