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