Skip to content

Commit

Permalink
Fix for temperature min time timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander0042 committed Aug 21, 2024
1 parent d9c30c6 commit 3c20e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/pirateweather/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -1137,7 +1137,7 @@ def get_state(self, data):
# Convert unix times to datetimes times
if self.type in [
"temperature_high_time",
"temperature_low_time",
"temperature_min_time",
"apparent_temperature_high_time",
"apparent_temperature_low_time",
"sunrise_time",
Expand Down

0 comments on commit 3c20e1e

Please sign in to comment.