From 1ea643af8e3ca5bac395878c318c7f8c513a7cfe Mon Sep 17 00:00:00 2001 From: CCOSTAN Date: Thu, 7 Mar 2024 18:28:20 +0000 Subject: [PATCH] closes #1343 - Removed all instances of Alexa Guard since Amazon discontinued it. --- config/automation/Speech/announcements.yaml | 17 ----------------- config/automation/late_night_helper.yaml | 9 --------- 2 files changed, 26 deletions(-) diff --git a/config/automation/Speech/announcements.yaml b/config/automation/Speech/announcements.yaml index e3063e30..e73234ca 100755 --- a/config/automation/Speech/announcements.yaml +++ b/config/automation/Speech/announcements.yaml @@ -78,14 +78,7 @@ ] | 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 @@ -96,13 +89,3 @@ object_id: "arriving" entities: [] - # Only Disarm if armed. Otherwise, Exit out. - - condition: state - entity_id: alarm_control_panel.alexa_guard - state: - - armed_away - - armed_home - - armed - - - service: alarm_control_panel.alarm_disarm - entity_id: alarm_control_panel.alexa_guard diff --git a/config/automation/late_night_helper.yaml b/config/automation/late_night_helper.yaml index 56ea4514..15556752 100755 --- a/config/automation/late_night_helper.yaml +++ b/config/automation/late_night_helper.yaml @@ -50,13 +50,4 @@ - light.living_room_slider - light.M1_front_right - # Only Disarm if armed. Otherwise, Exit out. - - condition: state - entity_id: alarm_control_panel.alexa_guard - state: - - armed_away - - armed_home - - armed - - service: alarm_control_panel.alarm_disarm - entity_id: alarm_control_panel.alexa_guard