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