home-assistant-configuration/automations/test.yaml

15 lines
309 B
YAML
Raw Normal View History

2017-01-05 16:14:03 +00:00
alias: test
trigger:
platform: time
# Matches every hour at 5 minutes past whole
2017-04-21 01:00:37 +00:00
minutes: 03
2017-01-05 16:14:03 +00:00
seconds: 00
action:
##service: scene.turn_on
#entity_id: scene.livingroom_night
2017-04-21 01:00:37 +00:00
service: notify.ios_jeffreystonesiphone
2017-01-05 16:14:03 +00:00
data:
2017-04-21 01:00:37 +00:00
message: "Test Alert"
data:
subtitle: "Just a test"