None of my automations have a last triggered set even for those I’m seeing running (likewise my xiaomi binary sensor switches don’t get last_updated/changed updated when they are pressed). Am I missing something?
I’m basically hoping to stop automations running immediately one after another if you press the button twice by accident and was hoping to use states.automation.some_automation.last_triggered
So, @123 has figured this out. If you have initial_state set to true in your automation, that will cause HA to change the last_triggered attribute to null on automations reload or restart