Probably going to convert everything over to scripts now

This commit is contained in:
CCOSTAN
2016-11-30 22:37:46 +00:00
parent 0e6bcb46e7
commit 4ecc3e7a63
3 changed files with 101 additions and 7 deletions

View File

@@ -136,3 +136,37 @@ automation:
brightness: 255
# script with a delay that'll reset light in 5 min
- service: script.return_front_porch_delayed
Easy Garbage Automation
- alias: brown garbage
trigger:
platform: time
hours: 20
minutes: 00
seconds: 0
condition:
condition: time
# At least one of the following is required.
weekday:
- mon
- thu
action:
service: notify.thorsten
data:
message: 'Put the brown garbage out!'
- alias: blue garbage
trigger:
platform: time
hours: 20
minutes: 00
seconds: 0
condition:
condition: time
# At least one of the following is required.
weekday:
- tue
action:
service: notify.thorsten
data:
message: 'Put the blue garbage out!'