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