mirror of
https://github.com/home-assistant/core.git
synced 2026-04-02 08:26:41 +01:00
Remove NotImplementedError in Volvo integration (#165856)
This commit is contained in:
@@ -186,7 +186,7 @@ class VolvoBaseCoordinator(DataUpdateCoordinator[CoordinatorData]):
|
||||
async def _async_determine_api_calls(
|
||||
self,
|
||||
) -> list[Callable[[], Coroutine[Any, Any, Any]]]:
|
||||
raise NotImplementedError
|
||||
"""Determine which API calls to make for this coordinator."""
|
||||
|
||||
|
||||
class VolvoVerySlowIntervalCoordinator(VolvoBaseCoordinator):
|
||||
|
||||
Reference in New Issue
Block a user