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

Classes

class  TwinklyLight
 

Functions

None async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

The Twinkly light component.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.twinkly.light.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Setups an entity from a config entry (UI config flow).

Definition at line 49 of file light.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.twinkly.light._LOGGER = logging.getLogger(__name__)
private

Definition at line 46 of file light.py.