Extract entity base classes into a new module for Synology DSM (#69796)
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
parent
009111151d
commit
781f18e0c3
9 changed files with 145 additions and 141 deletions
|
@ -30,13 +30,11 @@ from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
|||
from homeassistant.helpers.update_coordinator import DataUpdateCoordinator
|
||||
from homeassistant.util.dt import utcnow
|
||||
|
||||
from . import SynoApi, SynologyDSMBaseEntity, SynologyDSMDeviceEntity
|
||||
from .const import (
|
||||
CONF_VOLUMES,
|
||||
COORDINATOR_CENTRAL,
|
||||
DOMAIN,
|
||||
ENTITY_UNIT_LOAD,
|
||||
SYNO_API,
|
||||
from . import SynoApi
|
||||
from .const import CONF_VOLUMES, COORDINATOR_CENTRAL, DOMAIN, ENTITY_UNIT_LOAD, SYNO_API
|
||||
from .entity import (
|
||||
SynologyDSMBaseEntity,
|
||||
SynologyDSMDeviceEntity,
|
||||
SynologyDSMEntityDescription,
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue