mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Use correct ATTR_KELVIN constant in yeelight tests (#133088)
This commit is contained in:
parent
2af5c5ecda
commit
72cc1f4d39
@ -28,7 +28,6 @@ from homeassistant.components.light import (
|
||||
ATTR_EFFECT,
|
||||
ATTR_FLASH,
|
||||
ATTR_HS_COLOR,
|
||||
ATTR_KELVIN,
|
||||
ATTR_RGB_COLOR,
|
||||
ATTR_TRANSITION,
|
||||
FLASH_LONG,
|
||||
@ -59,6 +58,7 @@ from homeassistant.components.yeelight.const import (
|
||||
YEELIGHT_TEMPERATURE_TRANSACTION,
|
||||
)
|
||||
from homeassistant.components.yeelight.light import (
|
||||
ATTR_KELVIN,
|
||||
ATTR_MINUTES,
|
||||
ATTR_MODE,
|
||||
EFFECT_CANDLE_FLICKER,
|
||||
|
Loading…
x
Reference in New Issue
Block a user