I have an automation (executing a python script) that is triggered by an incoming sensor value every 10 seconds. If there are no new sensor values for some reason (network to the sensor down, sensor off/broken), I still want to trigger that automation once every minute (only after there are no new sensor values). How would I do that?
5 posts - 2 participants