Remove currency from initial config (#9638)

This commit is contained in:
Paulus Schoutsen 2021-07-29 08:12:49 -07:00 committed by GitHub
parent 65bfdf94c9
commit e1bae65aeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: [],
};