Skip to content

Commit

Permalink
Fix wrong value #73
Browse files Browse the repository at this point in the history
  • Loading branch information
fsaris committed Nov 18, 2023
1 parent 845930f commit 99b23da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/zonneplan_one/coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def getNextGasPriceFromSummary(summary):
if first_price_found:
return hour["gas_price"]
else:
first_price_found = true
first_price_found = True

return None

Expand Down

0 comments on commit 99b23da

Please sign in to comment.