I’m pretty new to Homey and discovering more each day, yet I struggle with this: how can I make a card that sends a push message to ALL users at once, now I have to add an extra card for each user with the same message.
For example when smoke is detected -> send push notification to all users
So if there is a guest in the house with access to Homey the only way to send a push message to him/her is to add a card everytime? Sounds like a future function request is inbound
Maybe I have a solution (which I use, but it is not working for guests). I have a variable with the name push_message_all created in logic. The I have the following flows.
IF variabele push_message_all has changed
THEN for every user a card to send a push message with the tag from the push_message_all variabele
Then for every flow where I want to send a push message to all the card in the THEN column "set variabele push_message_all " with the text in it which you wanna send…