Skip to content

Commit

Permalink
Use correct ATTR_KELVIN constant in yeelight tests (#133088)
Browse files Browse the repository at this point in the history
  • Loading branch information
epenet authored Dec 13, 2024
1 parent 2af5c5e commit 72cc1f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/components/yeelight/test_light.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
ATTR_EFFECT,
ATTR_FLASH,
ATTR_HS_COLOR,
ATTR_KELVIN,
ATTR_RGB_COLOR,
ATTR_TRANSITION,
FLASH_LONG,
Expand Down Expand Up @@ -59,6 +58,7 @@
YEELIGHT_TEMPERATURE_TRANSACTION,
)
from homeassistant.components.yeelight.light import (
ATTR_KELVIN,
ATTR_MINUTES,
ATTR_MODE,
EFFECT_CANDLE_FLICKER,
Expand Down

0 comments on commit 72cc1f4

Please sign in to comment.