mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 05:05:09 +02:00
Hopefully last fixes for flake8
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
|
"""Support for the Elgato Avea lights."""
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
from homeassistant.components.light import ATTR_BRIGHTNESS, ATTR_HS_COLOR, SUPPORT_BRIGHTNESS, SUPPORT_COLOR, Light
|
from homeassistant.components.light import (
|
||||||
|
ATTR_BRIGHTNESS, ATTR_HS_COLOR, SUPPORT_BRIGHTNESS,
|
||||||
|
SUPPORT_COLOR, Light)
|
||||||
import homeassistant.util.color as color_util
|
import homeassistant.util.color as color_util
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user