diff options
author | Kaufman Home Automation <[email protected]> | 2022-06-15 09:29:24 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2022-06-15 09:29:24 -0700 |
commit | 8f2fdd53a7375c9fc3ed5094e55fbeb5c0c3d940 (patch) | |
tree | dc2f65a76546856fbce49e1cbccfc69e0ccad9d6 | |
parent | eb4aab576a97f8185140e35c00c26c62a73dcafc (diff) | |
download | PLF10-8f2fdd53a7375c9fc3ed5094e55fbeb5c0c3d940.tar.gz PLF10-8f2fdd53a7375c9fc3ed5094e55fbeb5c0c3d940.zip |
remove fast_connect: false
no longer needing to set fast connect to false since the custom wifi component now scans wifi networks with fast connect enabled.
-rw-r--r-- | kauf-plug-update.yaml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/kauf-plug-update.yaml b/kauf-plug-update.yaml index 1c90706..83977ee 100644 --- a/kauf-plug-update.yaml +++ b/kauf-plug-update.yaml @@ -42,10 +42,6 @@ wifi: ap: ap_timeout: 2147483647ms # maximum 32 bit value. About 3.5 weeks in milliseconds. - # by default, fast_connect is disabled. Will automatically be enabled by wifi component - # needs to be set false here as dashboard import version sets true - fast_connect: false - # add forced hash in update bin file which isn't needed for dashboard import. # Allows saving wifi credentials across update. forced_hash: 1432266978 |