From 7a4e40ade047d9ef5e873a6b398bc1ba7ca3420f Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 17 Jul 2024 17:20:19 +0200 Subject: [PATCH] Remove Markdown from service action descriptions (#122077) --- homeassistant/components/notify/strings.json | 2 +- .../components/persistent_notification/strings.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/notify/strings.json b/homeassistant/components/notify/strings.json index 12d43b82c00..3fba5e43fc7 100644 --- a/homeassistant/components/notify/strings.json +++ b/homeassistant/components/notify/strings.json @@ -44,7 +44,7 @@ }, "persistent_notification": { "name": "Send a persistent notification", - "description": "Sends a notification that is visible in the **Notifications** panel.", + "description": "Sends a notification that is visible in the notifications panel.", "fields": { "message": { "name": "Message", diff --git a/homeassistant/components/persistent_notification/strings.json b/homeassistant/components/persistent_notification/strings.json index ca89a4d33cd..b9a4ae4f10f 100644 --- a/homeassistant/components/persistent_notification/strings.json +++ b/homeassistant/components/persistent_notification/strings.json @@ -3,7 +3,7 @@ "services": { "create": { "name": "Create", - "description": "Shows a notification on the **Notifications** panel.", + "description": "Shows a notification on the notifications panel.", "fields": { "message": { "name": "Message", @@ -21,7 +21,7 @@ }, "dismiss": { "name": "Dismiss", - "description": "Removes a notification from the **Notifications** panel.", + "description": "Removes a notification from the notifications panel.", "fields": { "notification_id": { "name": "[%key:component::persistent_notification::services::create::fields::notification_id::name%]", @@ -31,7 +31,7 @@ }, "dismiss_all": { "name": "Dismiss all", - "description": "Removes all notifications from the **Notifications** panel." + "description": "Removes all notifications from the notifications panel." } } }