mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-17 10:57:03 +00:00
lots of GROOOOOOVY Updates.. too many to really list. Maintenance Update
This commit is contained in:
@@ -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 %}
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user