From: Giorgio Ravera Date: Tue, 15 Dec 2020 10:57:32 +0000 (+0100) Subject: Removed not used part in speech automation. X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=027055a8b168fa1ce7a67171d554c339b639c5ae;p=homeassistant.git Removed not used part in speech automation. --- diff --git a/automations/speech.yaml b/automations/speech.yaml index 457bd44d..1ea833f2 100644 --- a/automations/speech.yaml +++ b/automations/speech.yaml @@ -16,49 +16,10 @@ # - person.anna zone: zone.home event: enter -# - platform: state -# entity_id: -# - device_tracker.s9 -# - device_tracker.a5 -# to: 'home' -# for: '00:00:30' condition: [] action: -# - wait_template: >- -# {# Giorgio #} -# {% if trigger.entity_id == 'person.giorgio' %} -# {% if is_state('device_tracker.s9', 'home') %} -# true -# {% else %} -# false -# {% endif %} -# -# {# Laura #} -# {% elif trigger.entity_id == 'person.laura' %} -# {% if is_state('device_tracker.a5', 'home') %} -# true -# {% else %} -# false -# {% endif %} -# -# {# Anna #} -# {% elif trigger.entity_id == 'person.anna' %} -# {% if is_state('device_tracker.a3', 'home') %} -# true -# {% else %} -# false -# {% endif %} -# -# {# Others #} -# {% else %} -# false -# {% endif %} -# -# timeout: '00:30:00' -# continue_on_timeout: 'false' - - wait_for_trigger: - platform: state entity_id: binary_sensor.main_door_contact