From 32769202e9ae7d5ddcef8950f42d06d42c2eeac4 Mon Sep 17 00:00:00 2001 From: ccostan Date: Fri, 29 Jun 2018 16:51:56 -0400 Subject: [PATCH] uPDATE THE jUICEBOX TIMINGS TO CATCH MORE ERRORS. --- config/packages/juicenet.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/packages/juicenet.yaml b/config/packages/juicenet.yaml index 056aba31..760fa193 100755 --- a/config/packages/juicenet.yaml +++ b/config/packages/juicenet.yaml @@ -58,7 +58,7 @@ automation: for: minutes: 6 - platform: time - hours: '/3' + hours: '/4' minutes: 30 seconds: 30 @@ -71,7 +71,7 @@ automation: - condition: template value_template: > {%- if states.automation.juicebox_selfheal.attributes.last_triggered -%} - {{ (as_timestamp(now()) - as_timestamp(states.automation.juicebox_selfheal.attributes.last_triggered)) > 25000 }} + {{ (as_timestamp(now()) - as_timestamp(states.automation.juicebox_selfheal.attributes.last_triggered)) > 10000 }} {%- else -%} true {%- endif -%}