Skip to content

Commit

Permalink
Indent fails?
Browse files Browse the repository at this point in the history
  • Loading branch information
untergeek committed Oct 18, 2024
1 parent 586a3cc commit 6aebd25
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions template/IR/older_candles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ script:
- remote_transmitter.transmit_pronto:
<<: !include pronto/older_candles/off.yaml
- switch.template.publish: # Also turn OFF the associated switch
id: ${candle_pfx}_candles
state: OFF
id: ${candle_pfx}_candles
state: OFF
- id: ${candle_pfx}_on_script
then:
- remote_transmitter.transmit_pronto:
<<: !include pronto/older_candles/on.yaml
- switch.template.publish: # Also turn OFF the associated switch
id: ${candle_pfx}_candles
state: ON
id: ${candle_pfx}_candles
state: ON

button:
- platform: template
Expand Down
8 changes: 4 additions & 4 deletions template/IR/sterno_smart_ir_candles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,15 @@ script:
- remote_transmitter.transmit_pronto:
<<: !include pronto/sterno_candles/off.yaml
- switch.template.publish: # Also turn OFF the associated switch
id: ${smart_candle_pfx}_candles
state: OFF
id: ${smart_candle_pfx}_candles
state: OFF
- id: ${smart_candle_pfx}_on_script
then:
- remote_transmitter.transmit_pronto:
<<: !include pronto/sterno_candles/on.yaml
- switch.template.publish: # Also turn OFF the associated switch
id: ${smart_candle_pfx}_candles
state: ON
id: ${smart_candle_pfx}_candles
state: ON

button:
- platform: template
Expand Down

0 comments on commit 6aebd25

Please sign in to comment.