29 lines
717 B
YAML
Raw Normal View History

2018-01-01 19:00:45 -05:00
###################################
## 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:
title: 'Home Assistant StartUp'
value1: 'Home Assistant is Up and Running!'
2018-01-01 19:00:45 -05:00
who: 'carlo'
- service: light.turn_off
entity_id: group.hallway_lights
- service: mqtt.publish
data:
topic: "garadget/Garadget Small/command"
payload: "get-status"
- service: mqtt.publish
data:
topic: "garadget/Garadget Large/command"
payload: "get-status"