From 8c70675ca69a3efa933385d90312eeac9882a94a Mon Sep 17 00:00:00 2001 From: Jeffrey Stone Date: Thu, 20 Apr 2017 21:00:37 -0400 Subject: [PATCH] Testing some stuff --- automation.yaml | 1 + automations/test.yaml | 9 +++++---- configuration.yaml | 4 ++++ 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/automation.yaml b/automation.yaml index 0623249..91f0425 100644 --- a/automation.yaml +++ b/automation.yaml @@ -1,4 +1,5 @@ # General +- !include automations/test.yaml - !include automations/good_morning.yaml - !include automations/good_night.yaml # Sun Based diff --git a/automations/test.yaml b/automations/test.yaml index 4d99153..7b21890 100644 --- a/automations/test.yaml +++ b/automations/test.yaml @@ -2,12 +2,13 @@ alias: test trigger: platform: time # Matches every hour at 5 minutes past whole - minutes: 20 + minutes: 03 seconds: 00 action: ##service: scene.turn_on #entity_id: scene.livingroom_night - - service: notify.notify + service: notify.ios_jeffreystonesiphone data: - title: 'This is a test' - message: "his is a test" \ No newline at end of file + message: "Test Alert" + data: + subtitle: "Just a test" diff --git a/configuration.yaml b/configuration.yaml index 1acd51b..b3b0350 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -165,3 +165,7 @@ updater: # Track the sun sun: + +# iOS +ios: +