Update wording deprecated system package integration repair (#146450)

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
Robert Resch 2025-06-10 17:04:22 +01:00 committed by Franck Nijhof
parent bdbb74aff1
commit fcd71931e7
No known key found for this signature in database
GPG Key ID: AB33ADACE7101952

View File

@ -20,11 +20,11 @@
}, },
"deprecated_system_packages_config_flow_integration": { "deprecated_system_packages_config_flow_integration": {
"title": "The {integration_title} integration is being removed", "title": "The {integration_title} integration is being removed",
"description": "The {integration_title} integration is being removed as it requires additional system packages, which can't be installed on supported Home Assistant installations. Remove all \"{integration_title}\" config entries to fix this issue." "description": "The {integration_title} integration is being removed as it depends on system packages that can only be installed on systems running a deprecated architecture. To resolve this, remove all \"{integration_title}\" config entries."
}, },
"deprecated_system_packages_yaml_integration": { "deprecated_system_packages_yaml_integration": {
"title": "The {integration_title} integration is being removed", "title": "The {integration_title} integration is being removed",
"description": "The {integration_title} integration is being removed as it requires additional system packages, which can't be installed on supported Home Assistant installations. Remove the `{domain}` configuration from your configuration.yaml file and restart Home Assistant to fix this issue." "description": "The {integration_title} integration is being removed as it depends on system packages that can only be installed on systems running a deprecated architecture. To resolve this, remove the {domain} entry from your configuration.yaml file and restart Home Assistant."
}, },
"historic_currency": { "historic_currency": {
"title": "The configured currency is no longer in use", "title": "The configured currency is no longer in use",