mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-20 15:56: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-solar-settings";
|
||||
|
||||
const INITIAL_CONFIG = {
|
||||
currency: "€",
|
||||
const INITIAL_CONFIG: EnergyPreferences = {
|
||||
energy_sources: [],
|
||||
device_consumption: [],
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user