I have a couple of automations that start after a reboot when other conditions are met and basically I want to stop this happening so really I need to add in another condition that stops the automation running of home assistant has only been up less than 1 minute?
Anyone give me a template for this? Been racking my brains as to how to do this but still unsure, just want a condition that basically says if home assistant has been up more than 1 minute (uptime?) so it will only run after home assistant has been up for more than a minute
Create an input boolean that is always off after a restart. Then create an automation using the homeassistant start event. In that automation put your delay then turn on the input boolean after the delay. Use the state of that input boolean as your condition in the automations.