mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-12 20:40:29 +00:00
Add water to energy dashboard (#14194)
This commit is contained in:
@@ -47,6 +47,8 @@ const LAZY_LOAD_TYPES = {
|
||||
"energy-distribution": () =>
|
||||
import("../cards/energy/hui-energy-distribution-card"),
|
||||
"energy-gas-graph": () => import("../cards/energy/hui-energy-gas-graph-card"),
|
||||
"energy-water-graph": () =>
|
||||
import("../cards/energy/hui-energy-water-graph-card"),
|
||||
"energy-grid-neutrality-gauge": () =>
|
||||
import("../cards/energy/hui-energy-grid-neutrality-gauge-card"),
|
||||
"energy-solar-consumed-gauge": () =>
|
||||
|
||||
Reference in New Issue
Block a user