2017-01-05 16:14:03 +00:00
|
|
|
alias: test
|
|
|
|
trigger:
|
|
|
|
platform: time
|
2017-01-02 19:36:17 +00:00
|
|
|
# Matches every hour at 5 minutes past whole
|
2017-01-05 16:14:03 +00:00
|
|
|
minutes: 20
|
|
|
|
seconds: 00
|
|
|
|
action:
|
|
|
|
##service: scene.turn_on
|
|
|
|
#entity_id: scene.livingroom_night
|
|
|
|
- service: notify.notify
|
|
|
|
data:
|
|
|
|
title: 'This is a test'
|
|
|
|
message: "his is a test"
|