1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-02-15 07:25:54 +00:00

Use consistent name for common controls in home dashboard (#29410)

This commit is contained in:
Paul Bottein
2026-02-05 09:48:58 +01:00
committed by GitHub
parent 47341e93fc
commit 29cee99f10

View File

@@ -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