Fix iOS automations
This commit is contained in:
parent
d8de1cdd0c
commit
98555e7206
@ -32,7 +32,7 @@
|
||||
- platform: event
|
||||
event_type: ios.action_fired
|
||||
event_data:
|
||||
actionName: Door Lock
|
||||
actionName: 'Good Night'
|
||||
action:
|
||||
- service: script.good_night
|
||||
|
||||
@ -43,7 +43,7 @@
|
||||
- platform: event
|
||||
event_type: ios.action_fired
|
||||
event_data:
|
||||
actionName: Door Lock
|
||||
actionName: 'Good Morning'
|
||||
action:
|
||||
- service: script.good_morning
|
||||
|
||||
@ -54,7 +54,7 @@
|
||||
- platform: event
|
||||
event_type: ios.action_fired
|
||||
event_data:
|
||||
actionName: Door Lock
|
||||
actionName: 'Leave Home'
|
||||
action:
|
||||
- service: script.leave_home
|
||||
|
||||
@ -65,6 +65,6 @@
|
||||
- platform: event
|
||||
event_type: ios.action_fired
|
||||
event_data:
|
||||
actionName: Door Lock
|
||||
actionName: 'Arrive Home'
|
||||
action:
|
||||
- service: script.arrive_home
|
||||
|
Loading…
Reference in New Issue
Block a user