[wifi] Accept boolean-like strings for fast_connect again

This commit is contained in:
J. Nick Koston
2026-07-05 22:49:51 -05:00
parent e095c457ff
commit ac6d2830d9
2 changed files with 14 additions and 3 deletions
@@ -0,0 +1,9 @@
# fast_connect passed through a substitution arrives as a string ("false"),
# which must be accepted like the historic plain boolean form.
substitutions:
fast_connect_value: "false"
wifi:
ssid: MySSID
password: password1
fast_connect: ${fast_connect_value}