diff --git a/automations/test.yaml b/automations/test.yaml index 8d8eb6e..f0cd003 100644 --- a/automations/test.yaml +++ b/automations/test.yaml @@ -1,12 +1,12 @@ 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" + 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