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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user