[wifi] Accept boolean-like strings for fast_connect again (#17414)

This commit is contained in:
J. Nick Koston
2026-07-06 14:42:30 -05:00
committed by GitHub
parent 51fa25856d
commit 90403576c4
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}