Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi committed Feb 22, 2022
1 parent 6d215d6 commit 8371ec5
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions packages/button_pairing_mode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@
# - delay: 5s
# - switch.turn_off: download_mode

- platform: template
id: zigbee_pairing_mode
name: "${name} Toggle pairing mode"
turn_on_action:
- switch.turn_on: download_mode
- delay: 5s
- switch.turn_off: download_mode
switch:
- platform: template
id: zigbee_pairing_mode
name: "${name} Toggle pairing mode"
turn_on_action:
- switch.turn_on: download_mode
- delay: 5s
- switch.turn_off: download_mode

binary_sensor:
- platform: gpio
Expand Down

0 comments on commit 8371ec5

Please sign in to comment.