Skip to content

Commit

Permalink
Removed the superfluous test switches
Browse files Browse the repository at this point in the history
  • Loading branch information
untergeek committed Nov 23, 2024
1 parent 2f58d61 commit 66097f6
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions template/beken-sw02-03.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ output:

light:
- platform: status_led
name: "Device State"
name: "ESPHome Status LED"
# Can use either blue_led output or red_led output
output: blue_led
# output: red_led
Expand Down Expand Up @@ -92,30 +92,6 @@ switch:
- light.turn_on: status3
on_turn_off:
- light.turn_off: status3
- platform: template
id: s0
name: P0
optimistic: true
on_turn_on:
- light.turn_on: test0
on_turn_off:
- light.turn_off: test0
- platform: template
id: s11
name: P11
optimistic: true
on_turn_on:
- light.turn_on: test11
on_turn_off:
- light.turn_off: test11
- platform: template
id: s23
name: P23
optimistic: true
on_turn_on:
- light.turn_on: test23
on_turn_off:
- light.turn_off: test23

binary_sensor:
- platform: gpio
Expand Down

0 comments on commit 66097f6

Please sign in to comment.