mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 00:06:35 +00:00
Remove currency from initial config (#9638)
This commit is contained in:
parent
65bfdf94c9
commit
e1bae65aeb
@ -11,8 +11,7 @@ import "./components/ha-energy-device-settings";
|
|||||||
import "./components/ha-energy-grid-settings";
|
import "./components/ha-energy-grid-settings";
|
||||||
import "./components/ha-energy-solar-settings";
|
import "./components/ha-energy-solar-settings";
|
||||||
|
|
||||||
const INITIAL_CONFIG = {
|
const INITIAL_CONFIG: EnergyPreferences = {
|
||||||
currency: "€",
|
|
||||||
energy_sources: [],
|
energy_sources: [],
|
||||||
device_consumption: [],
|
device_consumption: [],
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user