Skip to content
Snippets Groups Projects
Commit 15b1e882 authored by nandXor's avatar nandXor
Browse files

Sceneswitches debounced

parent 44498be7
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,8 @@ binary_sensor:
input: true
pullup: true
inverted: true
filters:
- delayed_on: 10ms
name: "Button 1"
- platform: gpio
pin:
......@@ -22,6 +24,8 @@ binary_sensor:
input: true
pullup: true
inverted: true
filters:
- delayed_on: 10ms
name: "Button 2"
- platform: gpio
pin:
......@@ -30,6 +34,8 @@ binary_sensor:
input: true
pullup: true
inverted: true
filters:
- delayed_on: 10ms
name: "Button 3"
- platform: gpio
pin:
......@@ -38,6 +44,8 @@ binary_sensor:
input: true
pullup: true
inverted: true
filters:
- delayed_on: 10ms
name: "Button 4"
- platform: gpio
pin:
......@@ -46,6 +54,8 @@ binary_sensor:
input: true
pullup: true
inverted: true
filters:
- delayed_on: 10ms
name: "Button 5"
- platform: gpio
pin:
......@@ -54,4 +64,6 @@ binary_sensor:
input: true
pullup: true
inverted: true
filters:
- delayed_on: 10ms
name: "Button 6"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment