From 946c8a59b4af8636c294675444bfbfe495b83cec Mon Sep 17 00:00:00 2001 From: Julian <130256240+j4n-e4t@users.noreply.github.com> Date: Thu, 17 Oct 2024 18:17:14 +0200 Subject: [PATCH] Fix translations for YAML-only alert when adding new integrations (#22383) Change device to integration in the YAML-only warning fixes: #22380 --- src/translations/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/translations/en.json b/src/translations/en.json index 1634f0a419..44dd8e733f 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -4431,8 +4431,8 @@ "next": "Next", "preview": "Preview", "found_following_devices": "We found the following devices", - "yaml_only_title": "This device cannot be added from the UI", - "yaml_only": "You can add this device by adding it to your ''configuration.yaml''. See the documentation for more information.", + "yaml_only_title": "This integration cannot be added from the UI", + "yaml_only": "You can add this integration by adding it to your ''configuration.yaml''. See the documentation for more information.", "open_documentation": "Open documentation", "no_config_flow": "This integration does not support configuration via the UI. If you followed this link from the Home Assistant website, make sure you run the latest version of Home Assistant.", "not_all_required_fields": "Not all required fields are filled in.",