Move NextDNS data update coordinators to the coordinator module (#115919)
Co-authored-by: Maciej Bieniek <478555+bieniu@users.noreply.github.com>
This commit is contained in:
parent
09ae8b9f52
commit
354e8e92f3
6 changed files with 139 additions and 119 deletions
|
@ -19,8 +19,8 @@ from homeassistant.core import HomeAssistant, callback
|
|||
from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
||||
from homeassistant.helpers.update_coordinator import CoordinatorEntity
|
||||
|
||||
from . import CoordinatorDataT, NextDnsConnectionUpdateCoordinator
|
||||
from .const import ATTR_CONNECTION, DOMAIN
|
||||
from .coordinator import CoordinatorDataT, NextDnsConnectionUpdateCoordinator
|
||||
|
||||
PARALLEL_UPDATES = 1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue