Move omnilogic coordinator to separate module (#118014)
This commit is contained in:
parent
301c484e05
commit
8da799e420
7 changed files with 77 additions and 71 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue