Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
rohankapoorcom committed Oct 20, 2024
1 parent 318d9f5 commit f36e88c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/kitchen/label_printer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ automation:
- service: shell_command.print_label
data:
content: "{{states('input_text.label_text')}}"
copies: "{{states('input_number.label_copies')}}"
copies: "{{states('input_number.label_copies') | round(0) }}"

- id: cc513eb7-2912-440d-baa9-9d4fd9fd056d
alias: Print Tape Label
Expand All @@ -31,4 +31,4 @@ automation:
- service: shell_command.print_tape_label
data:
content: "{{states('input_text.label_text')}}"
copies: "{{states('input_number.label_copies')}}"
copies: "{{states('input_number.label_copies') | round(0) }}"

0 comments on commit f36e88c

Please sign in to comment.