diff --git a/src/components/ha-related-items.ts b/src/components/ha-related-items.ts
index 63c2cf1882..7cd3bfd2d0 100644
--- a/src/components/ha-related-items.ts
+++ b/src/components/ha-related-items.ts
@@ -3,7 +3,7 @@ import {
mdiAlertCircleOutline,
mdiDevices,
mdiPaletteSwatch,
- mdiSofa,
+ mdiTextureBox,
} from "@mdi/js";
import type { CSSResultGroup, PropertyValues } from "lit";
import { LitElement, css, html, nothing } from "lit";
@@ -235,10 +235,15 @@ export class HaRelatedItems extends LitElement {
})}
slot="graphic"
>`
- : html``}
+ : area.icon
+ ? html``
+ : html``}
${area.name}