Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.light.ColorMode Class Reference
Inheritance diagram for homeassistant.components.light.ColorMode:
[legend]
Collaboration diagram for homeassistant.components.light.ColorMode:
[legend]

Static Public Attributes

string BRIGHTNESS = "brightness"
 
string COLOR_TEMP = "color_temp"
 
string HS = "hs"
 
string ONOFF = "onoff"
 
string RGB = "rgb"
 
string RGBW = "rgbw"
 
string RGBWW = "rgbww"
 
string UNKNOWN = "unknown"
 
string WHITE = "white"
 
string XY = "xy"
 

Detailed Description

Possible light color modes.

Definition at line 67 of file __init__.py.

Member Data Documentation

◆ BRIGHTNESS

string homeassistant.components.light.ColorMode.BRIGHTNESS = "brightness"
static

Definition at line 74 of file __init__.py.

◆ COLOR_TEMP

string homeassistant.components.light.ColorMode.COLOR_TEMP = "color_temp"
static

Definition at line 76 of file __init__.py.

◆ HS

string homeassistant.components.light.ColorMode.HS = "hs"
static

Definition at line 77 of file __init__.py.

◆ ONOFF

string homeassistant.components.light.ColorMode.ONOFF = "onoff"
static

Definition at line 72 of file __init__.py.

◆ RGB

string homeassistant.components.light.ColorMode.RGB = "rgb"
static

Definition at line 79 of file __init__.py.

◆ RGBW

string homeassistant.components.light.ColorMode.RGBW = "rgbw"
static

Definition at line 80 of file __init__.py.

◆ RGBWW

string homeassistant.components.light.ColorMode.RGBWW = "rgbww"
static

Definition at line 81 of file __init__.py.

◆ UNKNOWN

string homeassistant.components.light.ColorMode.UNKNOWN = "unknown"
static

Definition at line 70 of file __init__.py.

◆ WHITE

string homeassistant.components.light.ColorMode.WHITE = "white"
static

Definition at line 82 of file __init__.py.

◆ XY

string homeassistant.components.light.ColorMode.XY = "xy"
static

Definition at line 78 of file __init__.py.


The documentation for this class was generated from the following file: