I did create an “helper” input_boolean and did create an action in NodeRED connected to it.
Now after toggling the input_boolean in de HA GUI, I like to see a kind of pop-up with a message like:
Are you sure yes/no?
So if no selected the action will not happen?
I did find this solution, but there is no pop up?
Is this possible in NodeRED in combination with the HA GUI? and how to programm?
There’s a service brower_mod.popup
With a button card you could call this service which prompts a popup and in your popup you’ll have the input_boolean which you can trigger.
Thanks for the answer.
It looks like its the answer i’m looking for, but I don’t understand how to use this?
I do have all my automation in NodeRED and I’m not used to Yaml.
Is this a sensor you made or so?
Where to put this code? And how to use in NodeRED?
I started with all my automations in Node Red, but gradually added HA automations and now only use NR for the really complex ones.
HA automations have gotten a lot better than they used to be. Just remember a single animation allows multiple triggers. Most of mine are mqtt, state, or webhook.