fix flake warning
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…
Reference in New Issue