Move overkiz cover definitions (#125757)
parent
ba9dae10c3
commit
af5c63f805
|
@ -7,11 +7,11 @@ from homeassistant.const import Platform
|
|||
from homeassistant.core import HomeAssistant
|
||||
from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
||||
|
||||
from . import HomeAssistantOverkizData
|
||||
from .const import DOMAIN
|
||||
from .cover_entities.awning import Awning
|
||||
from .cover_entities.generic_cover import OverkizGenericCover
|
||||
from .cover_entities.vertical_cover import LowSpeedCover, VerticalCover
|
||||
from .. import HomeAssistantOverkizData
|
||||
from ..const import DOMAIN
|
||||
from .awning import Awning
|
||||
from .generic_cover import OverkizGenericCover
|
||||
from .vertical_cover import LowSpeedCover, VerticalCover
|
||||
|
||||
|
||||
async def async_setup_entry(
|
|
@ -1 +0,0 @@
|
|||
"""Cover entities for the Overkiz (by Somfy) integration."""
|
Loading…
Reference in New Issue