diff --git a/src/components/notifications/HomeAssistant.vue b/src/components/notifications/HomeAssistant.vue index 49aa91ffab..afd7d67192 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 5f01aafc74..0bebb4f527 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:",