Home-AssistantConfig/automation/startup_notification.yaml

16 lines
381 B
YAML
Raw Normal View History

2016-10-19 17:47:13 +00:00
###################################
## Start Up Section
###################################
- alias: Startup Notification
hide_entity: True
trigger:
platform: event
event_type: homeassistant_start
action:
service: script.ifttt_notify
2016-11-30 23:40:54 +00:00
data_template:
value1: 'Startup: Home Assistant is Up and Running!'
value2: ''
value3: ''