18 lines
446 B
YAML
18 lines
446 B
YAML
|
###################################
|
||
|
## Start Up Section
|
||
|
###################################
|
||
|
|
||
|
- alias: Startup Notification and Shut startup lights
|
||
|
hide_entity: True
|
||
|
trigger:
|
||
|
- platform: homeassistant
|
||
|
event: start
|
||
|
action:
|
||
|
- service: script.notify_engine
|
||
|
data_template:
|
||
|
value1: 'Startup: Home Assistant is Up and Running!'
|
||
|
who: 'carlo'
|
||
|
|
||
|
- service: light.turn_off
|
||
|
entity_id: group.hallway_lights
|