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

Classes

class  SleepIQLightEntity
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Support for SleepIQ outlet lights.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.sleepiq.light.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Set up the SleepIQ bed lights.

Definition at line 20 of file light.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 17 of file light.py.