.20 at 6pm was way too low.

This commit is contained in:
CCOSTAN 2017-03-13 22:03:59 +00:00
parent bfcc1cf21e
commit f70a671692

View File

@ -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