2017-10-30 20:39:12 +00:00
|
|
|
# Describes the format for available notification services
|
2015-11-09 06:15:34 +00:00
|
|
|
|
2017-10-30 20:39:12 +00:00
|
|
|
notify:
|
2021-02-23 13:29:57 +00:00
|
|
|
name: Send a notification
|
|
|
|
description: Sends a notification message to selected notify platforms.
|
2015-11-09 06:15:34 +00:00
|
|
|
fields:
|
|
|
|
message:
|
2021-02-23 13:29:57 +00:00
|
|
|
name: Message
|
2015-11-09 06:15:34 +00:00
|
|
|
description: Message body of the notification.
|
2021-05-15 08:30:18 +00:00
|
|
|
required: true
|
2015-11-09 06:15:34 +00:00
|
|
|
example: The garage door has been open for 10 minutes.
|
2021-02-23 13:29:57 +00:00
|
|
|
selector:
|
|
|
|
text:
|
2015-11-09 06:15:34 +00:00
|
|
|
title:
|
2021-02-23 13:29:57 +00:00
|
|
|
name: Title
|
2021-05-15 08:30:18 +00:00
|
|
|
description: Title for your notification.
|
2020-04-05 15:27:16 +00:00
|
|
|
example: "Your Garage Door Friend"
|
2021-02-23 13:29:57 +00:00
|
|
|
selector:
|
|
|
|
text:
|
2015-11-15 19:14:10 +00:00
|
|
|
target:
|
2021-10-21 06:20:37 +00:00
|
|
|
name: Target
|
2021-02-23 13:29:57 +00:00
|
|
|
description:
|
|
|
|
An array of targets to send the notification to. Optional depending on
|
|
|
|
the platform.
|
2015-11-15 19:14:10 +00:00
|
|
|
example: platform specific
|
2021-05-15 08:30:18 +00:00
|
|
|
selector:
|
|
|
|
object:
|
2016-07-13 04:48:33 +00:00
|
|
|
data:
|
2021-02-23 13:29:57 +00:00
|
|
|
name: Data
|
|
|
|
description:
|
|
|
|
Extended information for notification. Optional depending on the
|
|
|
|
platform.
|
2016-07-13 04:48:33 +00:00
|
|
|
example: platform specific
|
2021-02-23 13:29:57 +00:00
|
|
|
selector:
|
|
|
|
object:
|
2016-10-18 02:41:49 +00:00
|
|
|
|
2020-10-21 15:12:36 +00:00
|
|
|
persistent_notification:
|
2021-02-23 13:29:57 +00:00
|
|
|
name: Send a persistent notification
|
2022-04-19 09:12:24 +00:00
|
|
|
description: Sends a notification that is visible in the front-end.
|
2020-10-21 15:12:36 +00:00
|
|
|
fields:
|
|
|
|
message:
|
2021-10-21 06:20:37 +00:00
|
|
|
name: Message
|
2020-10-21 15:12:36 +00:00
|
|
|
description: Message body of the notification.
|
2021-05-15 08:30:18 +00:00
|
|
|
required: true
|
2020-10-21 15:12:36 +00:00
|
|
|
example: The garage door has been open for 10 minutes.
|
2021-05-15 08:30:18 +00:00
|
|
|
selector:
|
|
|
|
text:
|
2020-10-21 15:12:36 +00:00
|
|
|
title:
|
2021-10-21 06:20:37 +00:00
|
|
|
name: Title
|
2021-05-15 08:30:18 +00:00
|
|
|
description: Title for your notification.
|
2020-10-21 15:12:36 +00:00
|
|
|
example: "Your Garage Door Friend"
|
2021-05-15 08:30:18 +00:00
|
|
|
selector:
|
|
|
|
text:
|