Sending notification will not work in Homeyscript

It worked with the tip from Jero.
But now with firmware rc.90 it is not working anymore.

await Homey.flow.runFlowCardAction({
uri: ‘homey:manager:mobile’,
id: ‘homey:manager:mobile:push_text’,
args: {
user: {
athomId: “xxxxxxx”
},
text: \n ${device.name} braucht Wasser
},
});

I am getting the error:

:x: Script Error
:warning: Missing Scopes: Missing Scopes

Anybody with a tip ?
Thanks