From 4524af7b2c144ed08db16e0473ca4936251a1b4f Mon Sep 17 00:00:00 2001 From: martin Date: Sun, 31 May 2026 13:55:20 +0000 Subject: [PATCH] Show humidity change (before/after/diff) in end notification --- blueprints/automation/klima_dry_control.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/blueprints/automation/klima_dry_control.yaml b/blueprints/automation/klima_dry_control.yaml index 9621848..338152d 100644 --- a/blueprints/automation/klima_dry_control.yaml +++ b/blueprints/automation/klima_dry_control.yaml @@ -110,6 +110,7 @@ variables: room_name: !input room_name notify_target: !input notify_target previous_mode: "{{ state_attr(climate_entity, 'hvac_mode') | default(states(climate_entity)) }}" + start_humidity: "{{ states(humidity_sensor) | round(1) }}" trigger: - platform: state @@ -227,7 +228,8 @@ action: title: "✅ Entfeuchtung beendet" message: > {{ room_name }}: Klimaanlage wurde zurückgesetzt. - Aktuelle Luftfeuchtigkeit: {{ states(humidity_sensor) | round(1) }} % + Vorher: {{ start_humidity }} % → Jetzt: {{ states(humidity_sensor) | round(1) }} % + ({{ '%+.1f' | format(states(humidity_sensor) | float - start_humidity | float) }} %) - service: input_boolean.turn_off target: