From 0462b6f87b76872482c52f8259a12d0fe6fa1b9d Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Tue, 10 Mar 2026 12:15:12 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20Update=20Home=20Assistant=20notification?= =?UTF-8?q?=20help=20text=20for=20HA=202024=20Services=E2=86=92Actions=20r?= =?UTF-8?q?ename=20(#7128)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: CommanderStorm <26258709+CommanderStorm@users.noreply.github.com> Co-authored-by: Frank Elsinga Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Manu <4445816+tr4nt0r@users.noreply.github.com> --- src/components/notifications/HomeAssistant.vue | 10 ++-------- src/lang/en.json | 4 ++-- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/src/components/notifications/HomeAssistant.vue b/src/components/notifications/HomeAssistant.vue index 49aa91ffab4..afd7d67192f 100644 --- a/src/components/notifications/HomeAssistant.vue +++ b/src/components/notifications/HomeAssistant.vue @@ -38,7 +38,7 @@
- +
-

- {{ - $t( - 'A list of Notification Services can be found in Home Assistant under "Developer Tools > Services" search for "notification" to find your device/phone name.' - ) - }} -

+

{{ $t("homeAssistantNotificationActionHelptext") }}

{{ $t("Automations can optionally be triggered in Home Assistant:") }}

{{ $t("Trigger type:") }} diff --git a/src/lang/en.json b/src/lang/en.json index 5f01aafc740..0bebb4f527d 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -514,9 +514,9 @@ "Home Assistant URL": "Home Assistant URL", "Long-Lived Access Token": "Long-Lived Access Token", "Long-Lived Access Token can be created by clicking on your profile name (bottom left) and scrolling to the bottom then click Create Token. ": "Long-Lived Access Token can be created by clicking on your profile name (bottom left) and scrolling to the bottom then click Create Token.", - "Notification Service": "Notification Service", + "Notification Action": "Notification Action", "default: notify all devices": "default: notify all devices", - "A list of Notification Services can be found in Home Assistant under \"Developer Tools > Services\" search for \"notification\" to find your device/phone name.": "A list of Notification Services can be found in Home Assistant under \"Developer Tools > Services\" search for \"notification\" to find your device/phone name.", + "homeAssistantNotificationActionHelptext": "A list of Notification Actions can be found in Home Assistant under \"Settings > Developer Tools > Actions\". Search for \"notify\" to find your actions. Enter only the part after \"notify.\", e.g. for the action \"notify.mobile_app_xyz\" enter \"mobile_app_xyz\". For built-in mobile notifications, look for \"Send a notification via mobile_app_xyz\" (not \"Send a notification\").", "Automations can optionally be triggered in Home Assistant:": "Automations can optionally be triggered in Home Assistant:", "Trigger type:": "Trigger type:", "Event type:": "Event type:",