Skip to content

Commit

Permalink
Remove superfluous spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
thijsputman committed Dec 20, 2023
1 parent a50891c commit 18bb550
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions automations/alarm/notify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,9 @@
message: >-
🔓 Home Alarm disarmed
\nThe Home Alarm just got disarmed
{% if actor != '' %} {{ actor }} {% endif %}.
{% if actor != '' %}
{{ actor }}
{% endif %}.
- service: script.turn_on
target:
entity_id: script.persistent_notification
Expand All @@ -211,4 +213,6 @@
title: 🔓 Home Alarm disarmed
message: >-
The Home Alarm just got disarmed
{% if actor != '' %} {{ actor }} {% endif %}.
{% if actor != '' %}
{{ actor }}
{% endif %}.

0 comments on commit 18bb550

Please sign in to comment.