WTH isn't there a set_value action for input booleans!?

I can set a value for text, and for numbers…but for input booleans I can only set_true or set_false, not set to a value I already have as a true/false. So I have to build an awkward if/else.

You’d have to use a template to generate the true/false value. At that point, why even bother with set value when you can template the service call itself with less yaml than set_value would require?

1 Like