From edeaaa2e6329bfa58921dc6319e45e7b9751ab7f Mon Sep 17 00:00:00 2001 From: Manu <4445816+tr4nt0r@users.noreply.github.com> Date: Thu, 2 Oct 2025 10:40:33 +0200 Subject: [PATCH] Update `markdown` field description in ntfy integration (#153421) --- homeassistant/components/ntfy/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/ntfy/strings.json b/homeassistant/components/ntfy/strings.json index 6bdcd1e0f9d7..86d59e0dc6c0 100644 --- a/homeassistant/components/ntfy/strings.json +++ b/homeassistant/components/ntfy/strings.json @@ -307,7 +307,7 @@ }, "markdown": { "name": "Format as Markdown", - "description": "Enable Markdown formatting for the message body (Web app only). See the Markdown guide for syntax details: https://www.markdownguide.org/basic-syntax/." + "description": "Enable Markdown formatting for the message body. See the Markdown guide for syntax details: https://www.markdownguide.org/basic-syntax/." }, "tags": { "name": "Tags/Emojis",