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

Namespaces

 config_flow
 
 const
 
 diagnostics
 
 light
 

Functions

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

Variables

list PLATFORMS = [Platform.LIGHT]
 

Detailed Description

The twinkly component.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.twinkly.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Set up entries from config flow.

Definition at line 17 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.twinkly.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Remove a twinkly entry.

Definition at line 45 of file __init__.py.

Variable Documentation

◆ PLATFORMS

list homeassistant.components.twinkly.PLATFORMS = [Platform.LIGHT]

Definition at line 14 of file __init__.py.