Skip to content

Commit

Permalink
v1.95
Browse files Browse the repository at this point in the history
add 100ms debounce
  • Loading branch information
KaufHA authored May 10, 2022
1 parent 5a0decc commit 3326e2e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion kauf-plug-minimal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ esphome:

project:
name: "Kauf.PLF10"
version: "1.91(m)"
version: "1.95(m)"


wifi:
Expand Down Expand Up @@ -75,6 +75,9 @@ binary_sensor:
pullup: true
inverted: true

filters:
- delayed_on: 10ms

on_press:
then:
switch.toggle: relay
Expand Down

0 comments on commit 3326e2e

Please sign in to comment.