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] |
The Nanoleaf integration.
| 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.
| bool homeassistant.components.nanoleaf.async_unload_entry | ( | HomeAssistant | hass, |
| NanoleafConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 95 of file __init__.py.
|
private |
Definition at line 27 of file __init__.py.
| homeassistant.components.nanoleaf.NanoleafConfigEntry |
Definition at line 32 of file __init__.py.
| list homeassistant.components.nanoleaf.PLATFORMS = [Platform.BUTTON, Platform.EVENT, Platform.LIGHT] |
Definition at line 29 of file __init__.py.