20 lines
579 B
YAML
20 lines
579 B
YAML
notify:
|
|
description: Send a notification
|
|
|
|
fields:
|
|
message:
|
|
description: Message body of the notification.
|
|
example: The garage door has been open for 10 minutes.
|
|
|
|
title:
|
|
description: Optional title for your notification.
|
|
example: 'Your Garage Door Friend'
|
|
|
|
target:
|
|
description: An array of targets to send the notification to. Optional depending on the platform.
|
|
example: platform specific
|
|
|
|
data:
|
|
description: Extended information for notification. Optional depending on the platform.
|
|
example: platform specific
|