diff --git a/hosts/iron/services/esphome/devices/badspiegel.yaml b/hosts/iron/services/esphome/devices/badspiegel.yaml index 74e451a..7f262ed 100644 --- a/hosts/iron/services/esphome/devices/badspiegel.yaml +++ b/hosts/iron/services/esphome/devices/badspiegel.yaml @@ -118,13 +118,17 @@ binary_sensor: - light.toggle: id: front_light internal: true + filters: + settle: 1s # Touch Pad T7 - platform: esp32_touch name: "touch pad GPIO27" pin: GPIO27 - threshold: 1030 + threshold: 1086 on_press: then: - light.toggle: id: background_light internal: true + filters: + settle: 1s