From e9e5a532991a3ca9ff2c1e4873182c0d624d804c Mon Sep 17 00:00:00 2001 From: Alex Hermann Date: Thu, 24 Jul 2025 21:09:22 +0200 Subject: [PATCH] Add 'title' configuration option in xmpp (#40125) Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/xmpp.markdown | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/source/_integrations/xmpp.markdown b/source/_integrations/xmpp.markdown index 355db8c5d79..3c17605c9c7 100644 --- a/source/_integrations/xmpp.markdown +++ b/source/_integrations/xmpp.markdown @@ -74,6 +74,11 @@ room: description: "Room's name (e.g., example@conference.jabber.org). If set, send a message to chatroom instead of the recipient." required: false type: string +title: + description: Default message title. To make it empty, set it to `""`. + required: false + type: string + default: "Home Assistant" {% endconfiguration %} {% note %} @@ -90,7 +95,7 @@ You can send text messages and images as well as other files through Jabber. Here are some examples on how to set up a script, that can be run from an automation. Number 1 shows a classical, text-only message. The Title is optional, although if omitted, -`Home-Assistant` will be set. To keep it empty set it to `""`. +it will be set to the component's `title` configuration variable. To keep it empty, set it to `""`. ```yaml # Example script.yaml entry