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

Public Member Functions

None async_update_callback (self)
 
int max_mireds (self)
 
int min_mireds (self)
 

Detailed Description

Representation of a deCONZ light.

Definition at line 337 of file light.py.

Member Function Documentation

◆ async_update_callback()

None homeassistant.components.deconz.light.DeconzLight.async_update_callback (   self)
Light state will also reflect in relevant groups.

Definition at line 351 of file light.py.

◆ max_mireds()

int homeassistant.components.deconz.light.DeconzLight.max_mireds (   self)
Return the warmest color_temp that this light supports.

Definition at line 341 of file light.py.

◆ min_mireds()

int homeassistant.components.deconz.light.DeconzLight.min_mireds (   self)
Return the coldest color_temp that this light supports.

Definition at line 346 of file light.py.


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