mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-22 00:55:18 +00:00
8 lines
231 B
YAML
8 lines
231 B
YAML
|
- alias: Startup Notification
|
||
|
trigger:
|
||
|
platform: event
|
||
|
event_type: homeassistant_start
|
||
|
action:
|
||
|
service: ifttt.trigger
|
||
|
data: {"event":"device_status", "value1":"Home Assistant", "value2":"Up and Running"}
|