Home-AssistantConfig/automation/startup_notification.yaml
2017-02-04 16:25:58 +00:00

19 lines
485 B
YAML
Executable File

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