mirror of
https://github.com/esphome/esphome.git
synced 2026-08-22 22:26:21 +00:00
[wifi] Accept boolean-like strings for fast_connect again (#17414)
This commit is contained in:
@@ -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}
|
||||
Reference in New Issue
Block a user