From 73bfe308b720a8afece9d30c8eec376f619c0e63 Mon Sep 17 00:00:00 2001 From: Manu <4445816+tr4nt0r@users.noreply.github.com> Date: Sat, 24 Jan 2026 20:41:43 +0100 Subject: [PATCH] Add link to emoji reference in ntfy (#161524) --- homeassistant/components/ntfy/notify.py | 3 ++- homeassistant/components/ntfy/strings.json | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/ntfy/notify.py b/homeassistant/components/ntfy/notify.py index e4384f582693..72fb8214e18d 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 80601187f370..19fb5bf81512 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": {