Move upcloud base entity to separate module (#126533)

This commit is contained in:
epenet 2024-09-23 15:01:59 +02:00 committed by GitHub
parent 9fafbbff81
commit 225266b687
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 119 additions and 105 deletions

View file

@ -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(