#Are Blueprints in Blueprints possible

1 messages · Page 1 of 1 (latest)

frail olive
#

I have a Blueprint for a 4xSwitch and a Blueprint to choose a random color if the light is turned on.
Is it possible to use the Random-Color-Blueprint inside of the 4 Switch blueprint? For Example "double click btn2 = random color"

steel arch
#

Hello @frail olive,
Well, if it's a script blueprint, it can be called by anything else. Automations, blueprints or not, are not really 'used' or called by anything, they have their own trigger.

#

So to be clear an automation blueprint with the inputs set acts and does everything a normal automation can do.
A script blueprint with the inputs set acts and does everything a normal script can do.