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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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",