Move upcloud base entity to separate module (#126533)
This commit is contained in:
parent
9fafbbff81
commit
225266b687
5 changed files with 119 additions and 105 deletions
|
@ -9,7 +9,8 @@ from homeassistant.const import CONF_USERNAME
|
|||
from homeassistant.core import HomeAssistant
|
||||
from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
||||
|
||||
from . import DATA_UPCLOUD, UpCloudServerEntity
|
||||
from .const import DATA_UPCLOUD
|
||||
from .entity import UpCloudServerEntity
|
||||
|
||||
|
||||
async def async_setup_entry(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue