diff --git a/configuration/automations/ios.yaml b/configuration/automations/ios.yaml index 275a998..8c16021 100644 --- a/configuration/automations/ios.yaml +++ b/configuration/automations/ios.yaml @@ -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