mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-20 20:16:52 +00:00
Had to remove garage door checks until hardware is fixe. #1138
This commit is contained in:
@@ -74,7 +74,15 @@
|
||||
"It looks like "~person ~ is_are + " finally home! I will get the house ready for you. "
|
||||
] | random }}
|
||||
{%- endmacro -%}
|
||||
|
||||
{%- macro Alexa_Guard() -%}
|
||||
{% if not is_state('alarm_control_panel.alexa_guard', 'disarmed') -%}
|
||||
I will now disarm the Guard functions.
|
||||
{% endif -%}
|
||||
{%- endmacro -%}
|
||||
|
||||
{{greeting_sentence(person, is_are)}}
|
||||
{{Alexa_Guard()}}
|
||||
call_responsibilities: 1
|
||||
call_no_announcement: 1
|
||||
call_garage_check: 1
|
||||
|
@@ -19,9 +19,9 @@
|
||||
|
||||
action:
|
||||
|
||||
- wait_template: >-
|
||||
{{ is_state('group.garage_doors', 'closed') }}
|
||||
timeout: 00:05:30
|
||||
# - wait_template: >-
|
||||
# {{ is_state('group.garage_doors', 'closed') }}
|
||||
# timeout: 00:05:30
|
||||
|
||||
- service: script.speech_engine
|
||||
data:
|
||||
|
Reference in New Issue
Block a user