Testing some stuff
This commit is contained in:
parent
631daa1ef3
commit
8c70675ca6
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -165,3 +165,7 @@ updater:
|
||||||
|
|
||||||
# Track the sun
|
# Track the sun
|
||||||
sun:
|
sun:
|
||||||
|
|
||||||
|
# iOS
|
||||||
|
ios:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue