core/homeassistant/components/notify/services.yaml

54 lines
1.4 KiB
YAML
Raw Normal View History

# Describes the format for available notification services
2015-11-09 06:15:34 +00:00
notify:
name: Send a notification
description: Sends a notification message to selected notify platforms.
2015-11-09 06:15:34 +00:00
fields:
message:
name: Message
2015-11-09 06:15:34 +00:00
description: Message body of the notification.
required: true
2015-11-09 06:15:34 +00:00
example: The garage door has been open for 10 minutes.
selector:
text:
2015-11-09 06:15:34 +00:00
title:
name: Title
description: Title for your notification.
example: "Your Garage Door Friend"
selector:
text:
target:
name: Target
description:
An array of targets to send the notification to. Optional depending on
the platform.
example: platform specific
selector:
object:
data:
name: Data
description:
Extended information for notification. Optional depending on the
platform.
example: platform specific
selector:
object:
persistent_notification:
name: Send a persistent notification
description: Sends a notification that is visible in the front-end.
fields:
message:
name: Message
description: Message body of the notification.
required: true
example: The garage door has been open for 10 minutes.
selector:
text:
title:
name: Title
description: Title for your notification.
example: "Your Garage Door Friend"
selector:
text: