diff --git a/homeassistant/components/ntfy/notify.py b/homeassistant/components/ntfy/notify.py index e4384f58269..72fb8214e18 100644 --- a/homeassistant/components/ntfy/notify.py +++ b/homeassistant/components/ntfy/notify.py @@ -84,7 +84,8 @@ async def async_setup_entry( SERVICE_PUBLISH_SCHEMA, "publish", description_placeholders={ - "markdown_guide_url": "https://www.markdownguide.org/basic-syntax/" + "markdown_guide_url": "https://www.markdownguide.org/basic-syntax/", + "emoji_reference_url": "https://docs.ntfy.sh/emojis/", }, ) diff --git a/homeassistant/components/ntfy/strings.json b/homeassistant/components/ntfy/strings.json index 80601187f37..19fb5bf8151 100644 --- a/homeassistant/components/ntfy/strings.json +++ b/homeassistant/components/ntfy/strings.json @@ -349,7 +349,7 @@ "name": "Icon URL" }, "markdown": { - "description": "Enable Markdown formatting for the message body. See the Markdown guide for syntax details: {markdown_guide_url}.", + "description": "Enable Markdown formatting for the message body. See the [Markdown guide]({markdown_guide_url}) for syntax details.", "name": "Format as Markdown" }, "message": { @@ -365,7 +365,7 @@ "name": "[%key:component::ntfy::common::sequence_id%]" }, "tags": { - "description": "Add tags or emojis to the notification. Emojis (using shortcodes like smile) will appear in the notification title or message. Other tags will be displayed below the notification content.", + "description": "Add tags or emojis to the notification. Emojis (using shortcodes like `smile`) will appear in the notification title or message. Other tags will be displayed below the notification content. See the [emoji short code reference]({emoji_reference_url}) for a list of supported emojis.", "name": "Tags/Emojis" }, "title": {