mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 15:17:35 +00:00
Move overkiz cover definitions (#125757)
This commit is contained in:
parent
ba9dae10c3
commit
af5c63f805
@ -7,11 +7,11 @@ from homeassistant.const import Platform
|
|||||||
from homeassistant.core import HomeAssistant
|
from homeassistant.core import HomeAssistant
|
||||||
from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
||||||
|
|
||||||
from . import HomeAssistantOverkizData
|
from .. import HomeAssistantOverkizData
|
||||||
from .const import DOMAIN
|
from ..const import DOMAIN
|
||||||
from .cover_entities.awning import Awning
|
from .awning import Awning
|
||||||
from .cover_entities.generic_cover import OverkizGenericCover
|
from .generic_cover import OverkizGenericCover
|
||||||
from .cover_entities.vertical_cover import LowSpeedCover, VerticalCover
|
from .vertical_cover import LowSpeedCover, VerticalCover
|
||||||
|
|
||||||
|
|
||||||
async def async_setup_entry(
|
async def async_setup_entry(
|
@ -1 +0,0 @@
|
|||||||
"""Cover entities for the Overkiz (by Somfy) integration."""
|
|
Loading…
x
Reference in New Issue
Block a user