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
In version 7 you could use when: false to set temporary variables without prompting the user. This feature is not available i version 8, see #1175.
Desired Situation
Functionality similar to when: false is restored
Proposed solution
Introduce a new flag e.g. hidden: true
There must be a default value set in config.
Values will not be stored so will always be calculated based on static or Jinja template defaults.
The text was updated successfully, but these errors were encountered:
Actual Situation
In version 7 you could use
when: false
to set temporary variables without prompting the user. This feature is not available i version 8, see #1175.Desired Situation
Functionality similar to
when: false
is restoredProposed solution
Introduce a new flag e.g.
hidden: true
There must be a default value set in config.
Values will not be stored so will always be calculated based on static or Jinja template defaults.
The text was updated successfully, but these errors were encountered: