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

Classes

class  NanoleafLight
 

Functions

None async_setup_entry (HomeAssistant hass, NanoleafConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

string DEFAULT_NAME = "Nanoleaf"
 
tuple RESERVED_EFFECTS = ("*Solid*", "*Static*", "*Dynamic*")
 

Detailed Description

Support for Nanoleaf Lights.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.nanoleaf.light.async_setup_entry ( HomeAssistant  hass,
NanoleafConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Set up the Nanoleaf light.

Definition at line 33 of file light.py.

Variable Documentation

◆ DEFAULT_NAME

string homeassistant.components.nanoleaf.light.DEFAULT_NAME = "Nanoleaf"

Definition at line 30 of file light.py.

◆ RESERVED_EFFECTS

tuple homeassistant.components.nanoleaf.light.RESERVED_EFFECTS = ("*Solid*", "*Static*", "*Dynamic*")

Definition at line 29 of file light.py.