mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-15 22:10:20 +00:00
Add self-sufficiency gauge card (#15704)
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
This commit is contained in:
@@ -53,6 +53,8 @@ const LAZY_LOAD_TYPES = {
|
||||
import("../cards/energy/hui-energy-grid-neutrality-gauge-card"),
|
||||
"energy-solar-consumed-gauge": () =>
|
||||
import("../cards/energy/hui-energy-solar-consumed-gauge-card"),
|
||||
"energy-self-sufficiency-gauge": () =>
|
||||
import("../cards/energy/hui-energy-self-sufficiency-gauge-card"),
|
||||
"energy-solar-graph": () =>
|
||||
import("../cards/energy/hui-energy-solar-graph-card"),
|
||||
"energy-sources-table": () =>
|
||||
|
||||
Reference in New Issue
Block a user