1
0

Add option to run automation arrive home & unlock door

This commit is contained in:
Przemek Grondek 2024-03-31 22:24:41 +02:00
parent c8f8219991
commit 932f488337
2 changed files with 17 additions and 0 deletions

View File

@ -50,6 +50,21 @@
action: action:
- service: script.arrive_home - service: script.arrive_home
- id: mobile_action-arrive_home_unlock
alias: '[Mobile-action] Arrive home & unlock automation'
description: ''
mode: single
trigger:
- platform: event
event_type: mobile_app_notification_action
event_data:
action: ARRIVE_HOME_UNLOCK
action:
- service: script.arrive_home
- service: lock.unlock
target:
entity_id: lock.front_door_lock_doorlock
- id: mobile_action-clothes_put_away - id: mobile_action-clothes_put_away
alias: '[Mobile-action] Clothes put away' alias: '[Mobile-action] Clothes put away'
description: '' description: ''

View File

@ -18,6 +18,8 @@
actions: actions:
- action: ARRIVE_HOME - action: ARRIVE_HOME
title: Run automation title: Run automation
- action: ARRIVE_HOME_UNLOCK
title: Run automation & Unlock door
- action: UNLOCK_DOOR - action: UNLOCK_DOOR
title: Unlock door title: Unlock door