Testing some stuff
This commit is contained in:
parent
631daa1ef3
commit
8c70675ca6
|
@ -1,4 +1,5 @@
|
|||
# General
|
||||
- !include automations/test.yaml
|
||||
- !include automations/good_morning.yaml
|
||||
- !include automations/good_night.yaml
|
||||
# Sun Based
|
||||
|
|
|
@ -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"
|
||||
message: "Test Alert"
|
||||
data:
|
||||
subtitle: "Just a test"
|
||||
|
|
|
@ -165,3 +165,7 @@ updater:
|
|||
|
||||
# Track the sun
|
||||
sun:
|
||||
|
||||
# iOS
|
||||
ios:
|
||||
|
||||
|
|
Loading…
Reference in New Issue