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

Classes

class  LookinLightEntity
 

Functions

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

Variables

 LOGGER = logging.getLogger(__name__)
 

Detailed Description

The lookin integration light platform.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.lookin.light.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up the light platform for lookin from a config entry.

Definition at line 21 of file light.py.

Variable Documentation

◆ LOGGER

homeassistant.components.lookin.light.LOGGER = logging.getLogger(__name__)

Definition at line 18 of file light.py.