diff options
author | Kaufman Home Automation <[email protected]> | 2022-05-10 13:36:30 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2022-05-10 13:36:30 -0700 |
commit | 7cb14609196b7cc082163ec55f39be9132e506e5 (patch) | |
tree | 42e92118afc1c1c83ddf005ef2d338fd37cde20d | |
parent | 807cafe8aefb3aece0c635f5fcba807864c8eb70 (diff) | |
download | PLF10-7cb14609196b7cc082163ec55f39be9132e506e5.tar.gz PLF10-7cb14609196b7cc082163ec55f39be9132e506e5.zip |
default to 100ms debounce
-rw-r--r-- | kauf-plug-update.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kauf-plug-update.yaml b/kauf-plug-update.yaml index a5fe8f7..3d3be83 100644 --- a/kauf-plug-update.yaml +++ b/kauf-plug-update.yaml @@ -24,7 +24,7 @@ esphome: then: # change default button config for update, allows force_ap without toggling relay - - lambda: select_button->set_initial_option("Toggle if Released After 20ms"); + - lambda: select_button->set_initial_option("Toggle if Released After 100ms"); # wait until ESPHome tries loading wifi credentials - wait_until: |