From c080d2ead3113002f2befe977ea445f4adc7d420 Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Fri, 9 Jun 2023 11:39:03 +0200 Subject: [PATCH] Fixed condition for temp warning. --- automations.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/automations.yaml b/automations.yaml index 1ff9338..d568628 100644 --- a/automations.yaml +++ b/automations.yaml @@ -499,11 +499,11 @@ annähert. trigger: - platform: numeric_state - entity_id: sensor.wohnungstemperatur - above: sensor.aussentemperator + entity_id: sensor.aussentemperator + above: sensor.wohnungstemperatur for: hours: 0 - minutes: 10 + minutes: 5 seconds: 0 condition: - condition: state @@ -531,8 +531,9 @@ entity_id: tts.piper variables: message: 'Die Außentemperatur ist mit {{states.sensor.aussentemperator.state}} - ° Celsius höher als die Wohnungstemperatur. Mach die Fenster zu und gegebenenfalls - die Rolladen runter. + ° Celsius {{((states.sensor.aussentemperator.state|float)-(states.sensor.wohnungstemperatur.state|float)) + | round(1)}} Grad höher als die Wohnungstemperatur. Mach die Fenster zu und + gegebenenfalls die Rolladen runter. ' mode: single