I’m trying to use a timer in a blueprint.
I will then create a number of automations based on that blueprint that should operate independently (e.g. operate on different entities and different timer duration values, passed as inputs to the blueprint).
Is it possible to have the blueprint declare the timer inside the blueprint, i.e. not have to separately declare them in configuration.yaml and only manipulate them from inside the blueprint?
I believe you can have instance-specific local variables declared only inside the blueprint, but can you have instance-specific timers (without declaring one for each automation based on the blueprint)?
1 post - 1 participant