1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 02:38:53 +00:00

Remove summary

This commit is contained in:
Paul Bottein
2025-12-15 15:08:40 +01:00
parent d819f784ac
commit a11b595435

View File

@@ -260,19 +260,6 @@ export class HomeOverviewViewStrategy extends ReactiveElement {
columns: 12, columns: 12,
}, },
} satisfies HomeSummaryCard), } satisfies HomeSummaryCard),
{
type: "home-summary",
summary: "other_devices",
vertical: true,
tap_action: {
action: "navigate",
navigation_path: "other-devices",
},
grid_options: {
rows: 2,
columns: 4,
},
} satisfies HomeSummaryCard,
].filter(Boolean) as LovelaceCardConfig[]; ].filter(Boolean) as LovelaceCardConfig[];
const forYouSection: LovelaceSectionConfig = { const forYouSection: LovelaceSectionConfig = {