Skip to content

Commit

Permalink
Fix id change mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
untergeek committed Oct 18, 2024
1 parent e6cdef6 commit 036cab6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template/IR/sterno_smart_ir_candles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ switch:
times: 3
wait_time: 0ms
- switch.template.publish: # Turn ON the parent switch
id: any
id: sterno_candles
state: ON
- switch.template.publish: # When turning on the candles, set the dimmer state to OFF just in case
id: sterno_dimmer
Expand All @@ -43,7 +43,7 @@ switch:
id: sterno_dimmer
state: OFF
- switch.template.publish: # Turn off the parent switch
id: any
id: sterno_candles
state: OFF
- platform: template
name: "${candle_name} - Hi/Lo Dimmer"
Expand Down

0 comments on commit 036cab6

Please sign in to comment.