diff --git a/src/panels/config/dashboard/ha-config-dashboard.ts b/src/panels/config/dashboard/ha-config-dashboard.ts
index eeff0bfc9a..b416e3b9b9 100644
--- a/src/panels/config/dashboard/ha-config-dashboard.ts
+++ b/src/panels/config/dashboard/ha-config-dashboard.ts
@@ -85,6 +85,36 @@ 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 637832b9fa..25f1934c53 100755
--- a/src/translations/en.json
+++ b/src/translations/en.json
@@ -520,6 +520,11 @@
"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?"