automations.yaml
This commit is contained in:
+3
-3
@@ -2565,7 +2565,7 @@
|
||||
enabled: true
|
||||
conditions:
|
||||
- condition: template
|
||||
value_template: "{{ (now() - state_attr('automation.motion_front_door__ai_description_version_2', 'last_triggered')).total_seconds() > 60 }}"
|
||||
value_template: "{{ (now() - state_attr(this.entity_id, 'last_triggered')).total_seconds() > 60 }}"
|
||||
- condition: template
|
||||
value_template: "{{ trigger.event.data.new_state.attributes.event_type in ['motion',
|
||||
'person', 'animal', 'chime'] }}"
|
||||
@@ -2711,7 +2711,7 @@
|
||||
enabled: false
|
||||
conditions:
|
||||
- condition: template
|
||||
value_template: "{{ (now() - state_attr('automation.motion_shed_ai_description_version_2', 'last_triggered')).total_seconds() > 60 }}"
|
||||
value_template: "{{ (now() - state_attr(this.entity_id, 'last_triggered')).total_seconds() > 60 }}"
|
||||
- condition: template
|
||||
value_template: "{{ trigger.event.data.new_state.attributes.event_type in ['motion',
|
||||
'person', 'animal', 'chime'] }}"
|
||||
@@ -2848,7 +2848,7 @@
|
||||
enabled: false
|
||||
conditions:
|
||||
- condition: template
|
||||
value_template: "{{ (now() - state_attr('automation.motion_garage_ai_description_version_2', 'last_triggered')).total_seconds() > 60 }}"
|
||||
value_template: "{{ (now() - state_attr(this.entity_id, 'last_triggered')).total_seconds() > 60 }}"
|
||||
- condition: template
|
||||
value_template: "{{ trigger.event.data.new_state.attributes.event_type in ['motion',
|
||||
'person', 'animal', 'chime'] }}"
|
||||
|
||||
Reference in New Issue
Block a user