Shut down hallway light that always turns on during restarts

This commit is contained in:
CCOSTAN 2017-02-03 14:27:35 +00:00
parent 1b2c011cca
commit db44d44a6e

View File

@ -1,15 +1,19 @@
################################### ###################################
## Start Up Section ## Start Up Section
################################### ###################################
- alias: Startup Notification - alias: Startup Notification and Shut startup lights
hide_entity: True hide_entity: True
trigger: trigger:
platform: event - platform: event
event_type: homeassistant_start event_type: homeassistant_start
action: action:
service: script.ifttt_notify - service: script.ifttt_notify
data_template: data_template:
value1: 'Startup: Home Assistant is Up and Running!' value1: 'Startup: Home Assistant is Up and Running!'
value2: '' value2: ''
value3: '' value3: ''
- service: light.turn_off
entity_id: group.hallway_lights