Add option to run automation arrive home & unlock door
This commit is contained in:
parent
c8f8219991
commit
932f488337
@ -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: ''
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user