This commit is contained in:
Otto Winter
2018-02-27 21:37:39 +01:00
parent 72bd1fc5d3
commit 2777a8189f

View File

@@ -4,7 +4,6 @@ This component allows several lights to be grouped into one light.
For more details about this platform, please refer to the documentation at For more details about this platform, please refer to the documentation at
https://home-assistant.io/components/light.group/ https://home-assistant.io/components/light.group/
""" """
import asyncio
import logging import logging
import itertools import itertools
from typing import List, Tuple, Optional, Iterator, Any, Callable from typing import List, Tuple, Optional, Iterator, Any, Callable