mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-07 21:53:53 +00:00
13 lines
282 B
YAML
13 lines
282 B
YAML
alias: test
|
|
trigger:
|
|
platform: time
|
|
# Matches every hour at 5 minutes past whole
|
|
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" |