mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-15 13:26:34 +00:00
Remove battery from demo (#9801)
* Remove gas and battery from demo * Update energy.ts * Just battery
This commit is contained in:
parent
d06ffeeede
commit
63e3de00cb
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user