mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-20 16:21:58 +00:00
9 lines
252 B
YAML
Executable File
9 lines
252 B
YAML
Executable File
- alias: Startup Notification
|
|
hide_entity: True
|
|
trigger:
|
|
platform: event
|
|
event_type: homeassistant_start
|
|
action:
|
|
service: ifttt.trigger
|
|
data: {"event":"device_status", "value1":"Home Assistant", "value2":"Up and Running"}
|