You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to check if the actions based on @time_trigger are actually set?
I am thinking about the following contexts:
debug: a way (CLI, UI, ... whatever) to check a running HA instance for the planned executions, i.e. knowing that the @time_trigger("once(sunset+10m)") decorated function has been properly registered
status: programmatically get the list of functions that are set to be run when the appropriate time comes (to be displayed somewhere, checked by a monitoring system, ...)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is there a way to check if the actions based on
@time_trigger
are actually set?I am thinking about the following contexts:
@time_trigger("once(sunset+10m)")
decorated function has been properly registeredBeta Was this translation helpful? Give feedback.
All reactions