Skip to content

Commit

Permalink
Remove unused switch so you can define it by yourself
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNoim authored Dec 27, 2023
1 parent d9cbfcb commit 96736d6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions offline-shelly-zha-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |-
Expand Down

0 comments on commit 96736d6

Please sign in to comment.