From 0b4965a731a9a2f08c0e652bc7a4f73db9634473 Mon Sep 17 00:00:00 2001 From: Joshua King Date: Wed, 25 Jun 2025 15:48:38 -0400 Subject: [PATCH] Refactor check_day_camp script to remove redundant value_template declaration --- scripts.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts.yaml b/scripts.yaml index 7542326..e0547d3 100644 --- a/scripts.yaml +++ b/scripts.yaml @@ -5,7 +5,6 @@ check_day_camp: - conditions: - condition: template value_template: >- - value_template: > {{ states('calendar.family_events') == 'on' and 'camp' in (state_attr('calendar.family_events', 'message') | lower) and 'no' not in (state_attr('calendar.family_events', 'message') | lower) }}