From 29cee99f10d6307a8715d9bca0a57c27fbe4398e Mon Sep 17 00:00:00 2001 From: Paul Bottein Date: Thu, 5 Feb 2026 09:48:58 +0100 Subject: [PATCH] Use consistent name for common controls in home dashboard (#29410) --- .../usage_prediction/common-controls-section-strategy.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/panels/lovelace/strategies/usage_prediction/common-controls-section-strategy.ts b/src/panels/lovelace/strategies/usage_prediction/common-controls-section-strategy.ts index 01a0ba80ef..7d0de000eb 100644 --- a/src/panels/lovelace/strategies/usage_prediction/common-controls-section-strategy.ts +++ b/src/panels/lovelace/strategies/usage_prediction/common-controls-section-strategy.ts @@ -89,14 +89,6 @@ export class CommonControlsSectionStrategy extends ReactiveElement { ({ type: "tile", entity: entityId, - name: [ - { - type: "device", - }, - { - type: "entity", - }, - ], state_content: ["state", "area_name"], show_entity_picture: true, }) satisfies TileCardConfig