forked from home-assistant/core
Add missing names for notify service fields (#58154)
This commit is contained in:
@@ -18,6 +18,7 @@ notify:
|
|||||||
selector:
|
selector:
|
||||||
text:
|
text:
|
||||||
target:
|
target:
|
||||||
|
name: Target
|
||||||
description:
|
description:
|
||||||
An array of targets to send the notification to. Optional depending on
|
An array of targets to send the notification to. Optional depending on
|
||||||
the platform.
|
the platform.
|
||||||
@@ -38,12 +39,14 @@ persistent_notification:
|
|||||||
description: Sends a notification to the visible in the front-end.
|
description: Sends a notification to the visible in the front-end.
|
||||||
fields:
|
fields:
|
||||||
message:
|
message:
|
||||||
|
name: Message
|
||||||
description: Message body of the notification.
|
description: Message body of the notification.
|
||||||
required: true
|
required: true
|
||||||
example: The garage door has been open for 10 minutes.
|
example: The garage door has been open for 10 minutes.
|
||||||
selector:
|
selector:
|
||||||
text:
|
text:
|
||||||
title:
|
title:
|
||||||
|
name: Title
|
||||||
description: Title for your notification.
|
description: Title for your notification.
|
||||||
example: "Your Garage Door Friend"
|
example: "Your Garage Door Friend"
|
||||||
selector:
|
selector:
|
||||||
|
Reference in New Issue
Block a user