uPDATE THE jUICEBOX TIMINGS TO CATCH MORE ERRORS.
This commit is contained in:
parent
017a747d70
commit
32769202e9
|
@ -58,7 +58,7 @@ automation:
|
||||||
for:
|
for:
|
||||||
minutes: 6
|
minutes: 6
|
||||||
- platform: time
|
- platform: time
|
||||||
hours: '/3'
|
hours: '/4'
|
||||||
minutes: 30
|
minutes: 30
|
||||||
seconds: 30
|
seconds: 30
|
||||||
|
|
||||||
|
@ -71,7 +71,7 @@ automation:
|
||||||
- condition: template
|
- condition: template
|
||||||
value_template: >
|
value_template: >
|
||||||
{%- if states.automation.juicebox_selfheal.attributes.last_triggered -%}
|
{%- 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 -%}
|
{%- else -%}
|
||||||
true
|
true
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
|
|
Loading…
Reference in New Issue