mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-21 05:03:39 +00:00
Updated scripts with switches and lights
This commit is contained in:
12
scripts/inside_all_off.yaml
Normal file
12
scripts/inside_all_off.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
sequence:
|
||||
- event: LOGBOOK_ENTRY
|
||||
event_data:
|
||||
name: EVENT
|
||||
message: "Turning inside lights off."
|
||||
- service: switch.turn_off
|
||||
data:
|
||||
entity_id: switch.tower_lamp
|
||||
- service: notify.notify
|
||||
data:
|
||||
title: 'Anchorage House'
|
||||
message: "Inside lights are on!"
|
Reference in New Issue
Block a user