From 98555e7206724489fd50deeccba85320a1ccaad0 Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Wed, 6 Apr 2022 00:00:03 +0200 Subject: [PATCH] Fix iOS automations --- configuration/automations/ios.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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