Skip to content

Commit

Permalink
Amend comments
Browse files Browse the repository at this point in the history
  • Loading branch information
codyc1515 committed Oct 6, 2024
1 parent 7ecbfc9 commit bccc59c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/meridian_energy/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def update(self):
read_period_start_date_time, "%d/%m/%Y %H:%M:%S"
)

# Exclude any readings that are at the 59th minute
# Exclude any readings that are at the 59th minute (summarised daily totals)
if start_date.minute == 59:
continue

Expand Down

0 comments on commit bccc59c

Please sign in to comment.