From 83a6d78c003719a0a9e87154f3c299b66c920f6f Mon Sep 17 00:00:00 2001
From: Jeffrey Stone <thejeffreystone@gmail.com>
Date: Thu, 20 Apr 2017 21:59:08 -0400
Subject: [PATCH] Enabled ios

---
 automations/test.yaml | 11 ++++-------
 configuration.yaml    |  8 +++-----
 2 files changed, 7 insertions(+), 12 deletions(-)

diff --git a/automations/test.yaml b/automations/test.yaml
index 7b21890..1f8905a 100644
--- a/automations/test.yaml
+++ b/automations/test.yaml
@@ -1,14 +1,11 @@
 alias: test
 trigger:
   platform: time
-  # Matches every hour at 5 minutes past whole
-  minutes: 03
+  minutes: 10 
   seconds: 00
 action:
-  ##service: scene.turn_on
-  #entity_id: scene.livingroom_night
   service: notify.ios_jeffreystonesiphone
+  data:
+    message: "Test Alert"
     data:
-      message: "Test Alert"
-      data:
-        subtitle: "Just a test"
+    subtitle: "Just a test"
diff --git a/configuration.yaml b/configuration.yaml
index b3b0350..194d3f4 100644
--- a/configuration.yaml
+++ b/configuration.yaml
@@ -122,9 +122,6 @@ device_tracker:
     password: !secret ICLOUD_PASS
     interval_seconds: 60
     consider_home: 180
-  - platform: owntracks
-    max_gps_accuracy: 200
-    consider_home: 180
 
 
 notify:
@@ -132,8 +129,9 @@ notify:
 #  username: !secret GV_USER
 #  password: !secret GV_PASS
 #  name: googlevoice
-  platform: pushbullet
-  api_key: !secret pushbullet_api
+  - platform: pushbullet
+    api_key: !secret pushbullet_api
+  - platform: ios
 
 ifttt:
   key: !secret IFTTT_API_KEY