Homeyscript faills on Homey Pro early 2023

I get a script error on the new Homey Pro early 2023. It works on my old homey 2019.

Not Found: FlowCardAction with ID create_notification: Not Found: FlowCardAction with ID create_notification
at /app/node_modules/athom-api/dist/index.js:1:1247257
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)

await Homey.flow.runFlowCardAction({
uri: 'homey:manager:notifications',
id: 'create_notification',
args: {
text: 'Radio Playlist is:'+ '\r\n' +radioPlayList},
});

Any ideas?

This should do the trick, Marcel: