mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-06-14 19:14:50 +00:00
12 lines
189 B
YAML
12 lines
189 B
YAML
alias: test
|
|
trigger:
|
|
platform: time
|
|
minutes: 10
|
|
seconds: 00
|
|
action:
|
|
service: notify.ios_jeffreystonesiphone
|
|
data:
|
|
message: "Test Alert"
|
|
data:
|
|
subtitle: "Just a test"
|