From f70a6716925a508a0ec47fc2355b20458317ba77 Mon Sep 17 00:00:00 2001 From: CCOSTAN Date: Mon, 13 Mar 2017 22:03:59 +0000 Subject: [PATCH] .20 at 6pm was way too low. --- script/voice_notify.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/voice_notify.yaml b/script/voice_notify.yaml index 73e7774f..6128ff69 100755 --- a/script/voice_notify.yaml +++ b/script/voice_notify.yaml @@ -58,7 +58,7 @@ voice_notify: volume_level: > {% if now().strftime("%H")|int < 12 and now().strftime("%H")|int > 6%} 0.25 - {% elif now().strftime("%H")|int > 12 and now().strftime("%H")|int < 17%} + {% elif now().strftime("%H")|int > 12 and now().strftime("%H")|int < 20%} 0.45 {% else %} 0.20