From 33505c647e2b0d28ad3faa557f1fe6fa4a5a68f8 Mon Sep 17 00:00:00 2001 From: reachableceo Date: Thu, 3 Sep 2026 16:16:04 -0500 Subject: [PATCH] fix(plant): recovery alert condition indentation [#344] value_template must be a sibling key of condition in the action sequence, not a continuation - reload 500 pointed at line 494. Detail: https://projects.knownelement.com/issues/344 --- automations.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/automations.yaml b/automations.yaml index c86dabe..d4ed53d 100644 --- a/automations.yaml +++ b/automations.yaml @@ -491,10 +491,10 @@ sensor.pfv_tsys7_drac_exhaust: 104 fire: "{{ fire_lines.get(trigger.entity_id, 0) | int }}" - condition: template - value_template: >- - {{ trigger.from_state is not none - and trigger.from_state.state not in ['unavailable', 'unknown', 'none'] - and trigger.from_state.state | float(-1) >= fire }} + value_template: >- + {{ trigger.from_state is not none + and trigger.from_state.state not in ['unavailable', 'unknown', 'none'] + and trigger.from_state.state | float(-1) >= fire }} - action: notify.send_message target: entity_id: