diff --git a/homeassistant/helpers/service.py b/homeassistant/helpers/service.py index 9feabbb45e23..42d725c3ce49 100644 --- a/homeassistant/helpers/service.py +++ b/homeassistant/helpers/service.py @@ -990,7 +990,7 @@ async def _handle_entity_call( async def _async_admin_handler( hass: HomeAssistant, - service_job: HassJob[[None], Callable[[ServiceCall], Awaitable[None] | None]], + service_job: HassJob[[ServiceCall], Awaitable[None] | None], call: ServiceCall, ) -> None: """Run an admin service."""