1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 20:55:49 +00:00

Remove battery from demo (#9801)

* Remove gas and battery from demo

* Update energy.ts

* Just battery
This commit is contained in:
Bram Kragten
2021-08-13 21:09:49 +02:00
committed by GitHub
parent d06ffeeede
commit 63e3de00cb

View File

@@ -44,11 +44,11 @@ export const mockEnergy = (hass: MockHomeAssistant) => {
stat_energy_from: "sensor.solar_production",
config_entry_solar_forecast: ["solar_forecast"],
},
{
/* {
type: "battery",
stat_energy_from: "sensor.battery_output",
stat_energy_to: "sensor.battery_input",
},
}, */
{
type: "gas",
stat_energy_from: "sensor.energy_gas",