Fix translations for YAML-only alert when adding new integrations (#22383)

Change device to integration in the YAML-only warning

fixes: #22380
This commit is contained in:
Julian 2024-10-17 18:17:14 +02:00 committed by GitHub
parent f93c7e1b6e
commit 946c8a59b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.",