mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +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.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…
x
Reference in New Issue
Block a user