From 96736d6e81dd0ec754e4e0c9f3ffe679e56c3f11 Mon Sep 17 00:00:00 2001 From: Nils Bergmann Date: Wed, 27 Dec 2023 14:05:02 +0100 Subject: [PATCH] Remove unused switch so you can define it by yourself --- offline-shelly-zha-template.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/offline-shelly-zha-template.yaml b/offline-shelly-zha-template.yaml index db3d80e..a807c2d 100644 --- a/offline-shelly-zha-template.yaml +++ b/offline-shelly-zha-template.yaml @@ -45,10 +45,10 @@ binary_sensor: id: switchid1 filters: - delayed_on_off: 50ms - - platform: gpio - pin: - number: ${switch_2_pin} - name: ${name}_switch_2 + #- platform: gpio + #pin: + # number: ${switch_2_pin} + #name: ${name}_switch_2 # on_state: # then: # - lambda: |-