diff options
author | Kaufman Home Automation <[email protected]> | 2022-05-10 13:34:12 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2022-05-10 13:34:12 -0700 |
commit | 807cafe8aefb3aece0c635f5fcba807864c8eb70 (patch) | |
tree | 506d68f1e2081619ab3e137396da0b1646bb70e2 | |
parent | e595f7b6b1169f0777e769f5656b313a5d905e95 (diff) | |
download | PLF10-807cafe8aefb3aece0c635f5fcba807864c8eb70.tar.gz PLF10-807cafe8aefb3aece0c635f5fcba807864c8eb70.zip |
default to 100ms debounce
-rw-r--r-- | kauf-plug.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kauf-plug.yaml b/kauf-plug.yaml index 4150209..f770995 100644 --- a/kauf-plug.yaml +++ b/kauf-plug.yaml @@ -15,7 +15,7 @@ substitutions: # https://esphome.io/components/esphome.html#esphome-creators-project project_name: Kauf.PLF10 - project_ver_num: "1.94" + project_ver_num: "1.95" project_ver_let: y # https://esphome.io/components/switch/gpio.html?highlight=restore_mode @@ -703,7 +703,7 @@ select: - Toggle if Released After 100ms - Toggle if Released After 250ms - Toggle if Released After 1s - initial_option: Toggle if Pressed For 20ms + initial_option: Toggle if Pressed For 100ms restore_value: true icon: mdi:circle-double entity_category: config |