Skip to content

Commit

Permalink
fix: Fixed refreshing gas consumption data service (15 minutes)
Browse files Browse the repository at this point in the history
  • Loading branch information
BottlecapDave committed May 18, 2024
1 parent ae4fb22 commit fbe3f46
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions custom_components/octopus_energy/statistics/refresh.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ async def async_refresh_previous_gas_consumption_data(
rates,
UnitOfVolume.CUBIC_METERS,
"consumption_m3",
False,
initial_statistics=previous_m3_consumption_result
)

Expand All @@ -183,7 +182,6 @@ async def async_refresh_previous_gas_consumption_data(
rates,
UnitOfEnergy.KILO_WATT_HOUR,
"consumption_kwh",
False,
initial_statistics=previous_kwh_consumption_result
)

Expand All @@ -196,7 +194,6 @@ async def async_refresh_previous_gas_consumption_data(
rates,
"GBP",
"consumption_kwh",
False,
previous_cost_result
)

Expand Down

0 comments on commit fbe3f46

Please sign in to comment.