Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dgomes committed Aug 21, 2023
1 parent 30477a3 commit 0cbf544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/erse/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ async def timer_update(_):
if period_total < 0:
_LOGGER.debug(
"%s period_total < 0, probably a reset! using current value %s",
self.friendly_name,
self.name,
current_tariff,
)
period_total = current_tariff
Expand Down

0 comments on commit 0cbf544

Please sign in to comment.