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

Static Public Attributes

int EFFECT = 4
 
int FLASH = 8
 
int TRANSITION = 32
 

Detailed Description

Supported features of the light entity.

Definition at line 44 of file __init__.py.

Member Data Documentation

◆ EFFECT

int homeassistant.components.light.LightEntityFeature.EFFECT = 4
static

Definition at line 47 of file __init__.py.

◆ FLASH

int homeassistant.components.light.LightEntityFeature.FLASH = 8
static

Definition at line 48 of file __init__.py.

◆ TRANSITION

int homeassistant.components.light.LightEntityFeature.TRANSITION = 32
static

Definition at line 49 of file __init__.py.


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