From 2f9a6eee3571b1e2c685a2ac98a11bc9fc900a21 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Sat, 2 Jul 2022 19:44:13 -0400 Subject: [PATCH] Forgot to actually call the macro --- packages/notify.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/notify.yaml b/packages/notify.yaml index 56caa12..b5ed889 100644 --- a/packages/notify.yaml +++ b/packages/notify.yaml @@ -974,6 +974,10 @@ script: {{ interuption() }} {% endif %} + {% if call_ha_started == 1 %} + {{ ha_started() }} + {% endif %} + {% if call_issue == 1 %} {{ issue() }} {% endif %}