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:
|
2019-03-16 17:36:18 -04:00
|
|
|
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
|
2018-02-17 19:58:45 -05:00
|
|
|
|
|
|
|
- service: mqtt.publish
|
|
|
|
data:
|
|
|
|
topic: "garadget/Garadget Small/command"
|
|
|
|
payload: "get-status"
|
|
|
|
|
|
|
|
- service: mqtt.publish
|
|
|
|
data:
|
|
|
|
topic: "garadget/Garadget Large/command"
|
|
|
|
payload: "get-status"
|