lots of GROOOOOOVY Updates.. too many to really list. Maintenance Update

This commit is contained in:
CCOSTAN
2017-04-15 20:00:11 +00:00
parent 250a57cf67
commit 88bd0edc09
10 changed files with 23 additions and 15 deletions

View File

@@ -36,7 +36,7 @@ dog_bark:
{% if now().strftime("%H")|int < 12 and now().strftime("%H")|int > 6%}
0.45
{% elif now().strftime("%H")|int > 12 and now().strftime("%H")|int < 17%}
0.9
0.7
{% else %}
0.40
{% endif %}

View File

@@ -155,7 +155,7 @@ voice_notify:
{% if is_state('input_boolean.lights_status', 'on') %}
{{lights_status()}}
{%endif%}
{% if is_state('input_boolean.responsibilities', 'on') %}
{% if is_state('input_boolean.chore_check', 'on') %}
{{responsibilities()}}
{%endif%}
{% if now().strftime("%H")|int > 22 %}
@@ -170,6 +170,7 @@ voice_notify:
- input_boolean.alert_mode
- input_boolean.home_stats
- input_boolean.responsibilities
- input_boolean.chore_check
- input_boolean.inside_temp
- input_boolean.outside_weather
- input_boolean.lights_status