From 9742c19665d77a5824f2cd296b56d39c9fe0f387 Mon Sep 17 00:00:00 2001 From: panhans Date: Sun, 12 Jan 2025 13:26:29 +0100 Subject: [PATCH] FIX: remove unused variable --- .../automation/panhans/entity_state_notification.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/blueprints/automation/panhans/entity_state_notification.yaml b/blueprints/automation/panhans/entity_state_notification.yaml index aea80a4..759d6d9 100644 --- a/blueprints/automation/panhans/entity_state_notification.yaml +++ b/blueprints/automation/panhans/entity_state_notification.yaml @@ -38,7 +38,7 @@ blueprint: ⛑️ **Help & FAQ**: [Entity State Notification](https://community.home-assistant.io/t/entity-state-notification) - 💿 **Version**: 3.1.1 + 💿 **Version**: 3.1.2 [![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/Q5Q3QEH52) @@ -429,13 +429,6 @@ variables: {{ [] }} {% endif %} - trigger_change_ts: > - {% if is_period_trigger %} - {{ trigger.event.data.last_changed }} - {% else %} - {{ as_timestamp([entity] | expand | map(attribute='last_changed') | first) }} - {% endif %} - # state evaluation new_state: > {% if is_period_trigger %}