From 7011288270d8b5a197fa85d8f14b82a65aa3fea1 Mon Sep 17 00:00:00 2001 From: thomas Date: Sat, 30 Aug 2025 04:00:42 +0000 Subject: [PATCH] blueprints/automation/wd-close-weather-notification.yaml aktualisiert --- blueprints/automation/wd-close-weather-notification.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blueprints/automation/wd-close-weather-notification.yaml b/blueprints/automation/wd-close-weather-notification.yaml index b6cf941..fa37480 100644 --- a/blueprints/automation/wd-close-weather-notification.yaml +++ b/blueprints/automation/wd-close-weather-notification.yaml @@ -37,7 +37,7 @@ blueprint: temp_above: name: Notify if Temperature Above description: Optional threshold to trigger notification - default: null + default: 22 selector: number: min: -50 @@ -46,7 +46,7 @@ blueprint: temp_below: name: Notify if Temperature Below description: Optional threshold to trigger notification - default: null + default: 17 selector: number: min: -50