From 59e2e928a8c430b9913fa9c5c98faf6d6afec04a Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Wed, 3 Aug 2022 23:12:09 -0700 Subject: [PATCH] remove the notify.level and notify.filter_attributes values from the example.scrutiny.yaml, since they are no longer allowed. --- example.scrutiny.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/example.scrutiny.yaml b/example.scrutiny.yaml index b73b711..c93725e 100644 --- a/example.scrutiny.yaml +++ b/example.scrutiny.yaml @@ -73,8 +73,6 @@ log: # - "join://shoutrrr:api-key@join/?devices=device1[,device2, ...][&icon=icon][&title=title]" # - "script:///file/path/on/disk" # - "https://www.example.com/path" -# filter_attributes: 'all' # options: 'all' or 'critical' -# level: 'fail' # options: 'fail', 'fail_scrutiny', 'fail_smart' ######################################################################################################################## # FEATURES COMING SOON