home-assistant-configuration/scripts/inside_all_on.yaml

15 lines
341 B
YAML

sequence:
- event: LOGBOOK_ENTRY
event_data:
name: EVENT
message: "Turning inside lights on."
- service: switch.turn_on
data:
entity_id: switch.tower_lamp
- service: scene.turn_on
data:
entity_id: scene.livingroom_normal
- service: notify.notify
data:
title: 'Anchorage House'
message: "Inside lights are on!"