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:
Script Error
Missing Scopes: Missing Scopes
Anybody with a tip ?
Thanks