mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-21 05:03:39 +00:00
This is the current config. Moved old to the v1-config branch
This commit is contained in:
11
scripts/garage_open.yaml
Normal file
11
scripts/garage_open.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
open_garage:
|
||||
sequence:
|
||||
- event: LOGBOOK_ENTRY
|
||||
event_data:
|
||||
name: EVENT
|
||||
message: "opening the garage"
|
||||
- condition: state
|
||||
entity_id: cover.garage_door
|
||||
state: "closed"
|
||||
- service: cover.open_cover
|
||||
entity_id: cover.garage_door
|
Reference in New Issue
Block a user