Skip to content

Commit

Permalink
Switches for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
untergeek committed Nov 23, 2024
1 parent 822bae7 commit a10565c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions template/beken-sw02-03.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,27 @@ switch:
- light.turn_on: status3
on_turn_off:
- light.turn_off: status3
- platform: template
id: s0
name: P0
on_turn_on:
- light.turn_on: test0
on_turn_off:
- light.turn_off: test0
- platform: template
id: s11
name: P11
on_turn_on:
- light.turn_on: test11
on_turn_off:
- light.turn_off: test11
- platform: template
id: s23
name: P23
on_turn_on:
- light.turn_on: test23
on_turn_off:
- light.turn_off: test23

binary_sensor:
- platform: gpio
Expand Down

0 comments on commit a10565c

Please sign in to comment.