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