I have one automation which purpose it is to set the input_numbers in order to enable/trigger another automation.
In order to reduce the maintainance of this (and a set of similiar time based automatons) it would be nice to dynamically re-use the trigger info in the action part of the code rather than to manually have to adjust the entries (trigger:at and the two service entries).
Does there exist any state change information for when the automation was triggered, eg states.automation.name.last_changed (I have tested this particualar attribute)
that would be available within the automation itself?