Use correct ATTR_KELVIN constant in yeelight tests (#133088)

pull/133104/head
epenet 2024-12-13 06:51:55 +01:00 committed by GitHub
parent 2af5c5ecda
commit 72cc1f4d39
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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,