Move omnilogic coordinator to separate module (#118014)

This commit is contained in:
epenet 2024-05-24 08:48:05 +02:00 committed by GitHub
parent 301c484e05
commit 8da799e420
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 77 additions and 71 deletions

View file

@ -15,8 +15,9 @@ from homeassistant.const import (
from homeassistant.core import HomeAssistant
from homeassistant.helpers.entity_platform import AddEntitiesCallback
from .common import OmniLogicEntity, OmniLogicUpdateCoordinator, check_guard
from .common import OmniLogicEntity, check_guard
from .const import COORDINATOR, DEFAULT_PH_OFFSET, DOMAIN, PUMP_TYPES
from .coordinator import OmniLogicUpdateCoordinator
async def async_setup_entry(