Use structured duration input for wait_emplate timeout #2905
Unanswered
sevorl
asked this question in
Other UI enhancements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the enhancement
Problem
The automation editor UI has an inconsistency in how timeout inputs are displayed for wait actions:
This creates confusion for users who don't know what unit to enter.
Solution
Apply the same structured duration input component used by
wait_for_triggertowait_templateso both actions have consistent and clear timeout input UI.Current Behavior
[ ]with no unit labelsExpected Behavior
Both actions should show the same structured duration input with clear field labels.
Additional Context
Both YAML actions already support structured timeout formats:
Beta Was this translation helpful? Give feedback.
All reactions