Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.hue.v2.light Namespace Reference

Classes

class  HueLight
 

Functions

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

Variables

string EFFECT_NONE = "None"
 
int FALLBACK_MAX_MIREDS = 500
 
int FALLBACK_MIN_MIREDS = 153
 
int FALLBACK_MIREDS = 173
 

Detailed Description

Support for Hue lights.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.hue.v2.light.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up Hue Light from Config Entry.

Definition at line 47 of file light.py.

Variable Documentation

◆ EFFECT_NONE

string homeassistant.components.hue.v2.light.EFFECT_NONE = "None"

Definition at line 41 of file light.py.

◆ FALLBACK_MAX_MIREDS

int homeassistant.components.hue.v2.light.FALLBACK_MAX_MIREDS = 500

Definition at line 43 of file light.py.

◆ FALLBACK_MIN_MIREDS

int homeassistant.components.hue.v2.light.FALLBACK_MIN_MIREDS = 153

Definition at line 42 of file light.py.

◆ FALLBACK_MIREDS

int homeassistant.components.hue.v2.light.FALLBACK_MIREDS = 173

Definition at line 44 of file light.py.