Move risco coordinator to separate module (#117549)
This commit is contained in:
parent
388132cfc8
commit
59645aeb0f
8 changed files with 97 additions and 86 deletions
|
@ -17,8 +17,9 @@ from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
|||
from homeassistant.helpers.update_coordinator import CoordinatorEntity
|
||||
from homeassistant.util import dt as dt_util
|
||||
|
||||
from . import RiscoEventsDataUpdateCoordinator, is_local
|
||||
from . import is_local
|
||||
from .const import DOMAIN, EVENTS_COORDINATOR
|
||||
from .coordinator import RiscoEventsDataUpdateCoordinator
|
||||
from .entity import zone_unique_id
|
||||
|
||||
CATEGORIES = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue