mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-19 07:47:27 +00:00
16 lines
381 B
YAML
Executable File
16 lines
381 B
YAML
Executable File
###################################
|
|
## Start Up Section
|
|
###################################
|
|
|
|
- alias: Startup Notification
|
|
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: ''
|