mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
fix flake warning
This commit is contained in:
parent
e3304caf06
commit
7141a99927
@ -22,8 +22,8 @@ import json
|
|||||||
from homeassistant.const import CONF_HOST
|
from homeassistant.const import CONF_HOST
|
||||||
from homeassistant.components.light import (Light, ATTR_XY_COLOR,
|
from homeassistant.components.light import (Light, ATTR_XY_COLOR,
|
||||||
ATTR_BRIGHTNESS)
|
ATTR_BRIGHTNESS)
|
||||||
from homeassistant.util.color import color_RGB_to_xy, \
|
from homeassistant.util.color import (color_RGB_to_xy,
|
||||||
color_xy_brightness_to_RGB
|
color_xy_brightness_to_RGB)
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
REQUIREMENTS = []
|
REQUIREMENTS = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user