mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-16 06:20:18 +00:00
Energy dashboard tweaks and fixes (#9643)
* Energy dashboard tweaks and fixes * Make headers smaller * Change button styling in onboarding * Disable add when no stat choosen * Oops * Update hui-energy-carbon-consumed-gauge-card.ts * Update hui-energy-distribution-card.ts
This commit is contained in:
@@ -35,14 +35,14 @@ const LAZY_LOAD_TYPES = {
|
||||
"alarm-panel": () => import("../cards/hui-alarm-panel-card"),
|
||||
error: () => import("../cards/hui-error-card"),
|
||||
"empty-state": () => import("../cards/hui-empty-state-card"),
|
||||
"energy-summary-graph": () =>
|
||||
import("../cards/energy/hui-energy-summary-graph-card"),
|
||||
"energy-usage-graph": () =>
|
||||
import("../cards/energy/hui-energy-usage-graph-card"),
|
||||
"energy-solar-graph": () =>
|
||||
import("../cards/energy/hui-energy-solar-graph-card"),
|
||||
"energy-devices-graph": () =>
|
||||
import("../cards/energy/hui-energy-devices-graph-card"),
|
||||
"energy-costs-table": () =>
|
||||
import("../cards/energy/hui-energy-costs-table-card"),
|
||||
"energy-sources-table": () =>
|
||||
import("../cards/energy/hui-energy-sources-table-card"),
|
||||
"energy-distribution": () =>
|
||||
import("../cards/energy/hui-energy-distribution-card"),
|
||||
"energy-solar-consumed-gauge": () =>
|
||||
|
||||
Reference in New Issue
Block a user