2018-01-02 00:00:45 +00: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 21:36:18 +00:00
|
|
|
title: 'Home Assistant StartUp'
|
|
|
|
value1: 'Home Assistant is Up and Running!'
|
2018-01-02 00:00:45 +00:00
|
|
|
who: 'carlo'
|
|
|
|
|
|
|
|
- service: light.turn_off
|
|
|
|
entity_id: group.hallway_lights
|
2018-02-18 00:58:45 +00: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"
|