#Check if Scene was manually triggered that day
1 messages · Page 1 of 1 (latest)
condition -- template
{{ (states('scene.YOURSCENENAMEHERE')|as_timestamp| timestamp_custom("%Y-%m-%d", True)) != (now()|as_timestamp| timestamp_custom("%Y-%m-%d", True)) }}
obviously replace "scene.YOURSCENENAMEHERE" with your scene
this template will return true if the scene was last actived on a date that is not the current date therefore if it was activated today it will return false and the condition will not be satisfied