aboutsummaryrefslogtreecommitdiff
path: root/actions.yml
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2024-01-16 16:22:42 +0100
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2024-01-16 16:22:42 +0100
commit09610d64315ce3194f509f69cab01c55bd61509f (patch)
tree30001386e13dbbc9ed8ba214951901ccea33e555 /actions.yml
parent05f87bd5db3c2a47daa2eb24bf06f11bdf5dfd3e (diff)
downloadautomato-09610d64315ce3194f509f69cab01c55bd61509f.tar.gz
move examples
Diffstat (limited to 'actions.yml')
-rw-r--r--actions.yml14
1 files changed, 0 insertions, 14 deletions
diff --git a/actions.yml b/actions.yml
deleted file mode 100644
index caf6e70..0000000
--- a/actions.yml
+++ /dev/null
@@ -1,14 +0,0 @@
----
-send-hello:
- trigger:
- - conditional:
- interval: 30
- when:
- - host1.user.jonas > 0
- - True
- then:
- - host1.notify:
- msg: Hello
- - host1.notify:
- msg: World!
- - host1.wol: {}