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

Classes

class  KulerskyLight
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 
 DISCOVERY_INTERVAL = timedelta(seconds=60)
 

Detailed Description

Kuler Sky light platform.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.kulersky.light.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up Kuler sky light devices.

Definition at line 31 of file light.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 26 of file light.py.

◆ DISCOVERY_INTERVAL

homeassistant.components.kulersky.light.DISCOVERY_INTERVAL = timedelta(seconds=60)

Definition at line 28 of file light.py.