2017-02-03 19:16:38 +00:00
|
|
|
alias: "Close Garage at Nine"
|
|
|
|
trigger:
|
|
|
|
platform: time
|
|
|
|
hours: 21
|
|
|
|
minutes: 00
|
|
|
|
seconds: 00
|
|
|
|
condition:
|
|
|
|
condition: state
|
|
|
|
entity_id: cover.garage_door
|
|
|
|
state: "open"
|
|
|
|
action:
|
|
|
|
- service: cover.close_cover
|
|
|
|
entity_id: cover.garage_door
|
|
|
|
- service: notify.notify
|
|
|
|
data:
|
2017-04-09 22:42:48 +00:00
|
|
|
title: "Jarvis"
|
|
|
|
message: "Closing Garage Door"
|