Testing some stuff

This commit is contained in:
Jeffrey Stone 2017-04-20 21:00:37 -04:00
parent 631daa1ef3
commit 8c70675ca6
3 changed files with 10 additions and 4 deletions

View File

@ -1,4 +1,5 @@
# General # General
- !include automations/test.yaml
- !include automations/good_morning.yaml - !include automations/good_morning.yaml
- !include automations/good_night.yaml - !include automations/good_night.yaml
# Sun Based # Sun Based

View File

@ -2,12 +2,13 @@ alias: test
trigger: trigger:
platform: time platform: time
# Matches every hour at 5 minutes past whole # Matches every hour at 5 minutes past whole
minutes: 20 minutes: 03
seconds: 00 seconds: 00
action: action:
##service: scene.turn_on ##service: scene.turn_on
#entity_id: scene.livingroom_night #entity_id: scene.livingroom_night
- service: notify.notify service: notify.ios_jeffreystonesiphone
data: data:
title: 'This is a test' message: "Test Alert"
message: "his is a test" data:
subtitle: "Just a test"

View File

@ -165,3 +165,7 @@ updater:
# Track the sun # Track the sun
sun: sun:
# iOS
ios: