Move prusalink base entity to separate module (#126510)
* Move prusalink base entity to separate module * Fix tests
This commit is contained in:
parent
14bc65e8e7
commit
ec311ecd2b
7 changed files with 30 additions and 24 deletions
|
@ -17,9 +17,9 @@ from homeassistant.config_entries import ConfigEntry
|
|||
from homeassistant.core import HomeAssistant
|
||||
from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
||||
|
||||
from . import PrusaLinkEntity
|
||||
from .const import DOMAIN
|
||||
from .coordinator import PrusaLinkUpdateCoordinator
|
||||
from .entity import PrusaLinkEntity
|
||||
|
||||
T = TypeVar("T", PrinterStatus, LegacyPrinterStatus, JobInfo, PrinterInfo)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue