Explicitly pass in the config_entry in apsystems coordinator init (#137708)

explicitly pass in the config_entry in apsystems coordinator init
This commit is contained in:
Michael
2025-02-08 13:19:06 +01:00
committed by GitHub
parent 239408aa5d
commit 2f0e661569
7 changed files with 28 additions and 25 deletions

View File

@@ -17,8 +17,7 @@ from homeassistant.core import HomeAssistant
from homeassistant.helpers.entity_platform import AddEntitiesCallback
from homeassistant.helpers.update_coordinator import CoordinatorEntity
from . import ApSystemsConfigEntry, ApSystemsData
from .coordinator import ApSystemsDataCoordinator
from .coordinator import ApSystemsConfigEntry, ApSystemsData, ApSystemsDataCoordinator
from .entity import ApSystemsEntity