18 lines
341 B
YAML
18 lines
341 B
YAML
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:
|
|
title: "Jarvis"
|
|
message: "Closing Garage Door"
|