diff --git a/src/panels/config/dashboard/ha-config-dashboard.ts b/src/panels/config/dashboard/ha-config-dashboard.ts
index b6dfd0bfc1..5e4afb8cf0 100644
--- a/src/panels/config/dashboard/ha-config-dashboard.ts
+++ b/src/panels/config/dashboard/ha-config-dashboard.ts
@@ -79,36 +79,6 @@ class HaConfigDashboard extends LitElement {
`
)}
- ${isComponentLoaded(this.hass, "zha")
- ? html`
-
- `
- : ""}
- ${isComponentLoaded(this.hass, "zwave")
- ? html`
-
- `
- : ""}
${!this.showAdvanced
? html`
diff --git a/src/translations/en.json b/src/translations/en.json
index 65ec334f84..9a79e8ff86 100755
--- a/src/translations/en.json
+++ b/src/translations/en.json
@@ -876,11 +876,6 @@
"hint_enable": "Missing config options? Enable advanced mode on",
"link_profile_page": "your profile page"
},
- "integration_panel_move": {
- "missing_zha": "Missing the ZHA config panel? It was moved to the ZHA entry on the {integrations_page}.",
- "missing_zwave": "Missing the Z-Wave config panel? It was moved to the Z-Wave entry on the {integrations_page}.",
- "link_integration_page": "integrations page"
- },
"common": {
"editor": {
"confirm_unsaved": "You have unsaved changes. Are you sure you want to leave?"