Skip to content

Commit

Permalink
Uniquify names
Browse files Browse the repository at this point in the history
  • Loading branch information
untergeek committed Oct 19, 2024
1 parent 6aebd25 commit 211138c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions template/IR/older_candles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ script:

button:
- platform: template
name: Forcibly Send OFF
name: ${candle_name} Forcibly Send OFF
id: ${candle_pfx}_off_button
on_press:
then:
- script.execute:
id: ${candle_pfx}_off_script
- platform: template
name: Forcibly Send ON
name: ${candle_name} Forcibly Send ON
id: ${candle_pfx}_on_button
on_press:
then:
Expand Down
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 @@ -93,14 +93,14 @@ script:

button:
- platform: template
name: Forcibly Send OFF
name: ${smart_candle_name} Forcibly Send OFF
id: ${smart_candle_pfx}_off_button
on_press:
then:
- script.execute:
id: ${smart_candle_pfx}_off_script
- platform: template
name: Forcibly Send ON
name: ${smart_candle_name} Forcibly Send ON
id: ${smart_candle_pfx}_on_button
on_press:
then:
Expand Down

0 comments on commit 211138c

Please sign in to comment.