Skip to content

Commit

Permalink
Revert change to temperate low time
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander0042 committed Aug 22, 2024
1 parent a20734c commit 01a7540
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/pirateweather/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"apparent_temperature_high_time": "Daytime High Apparent Temperature Time",
"apparent_temperature_low_time": "Overnight Low Apparent Temperature Time",
"temperature_high_time": "Daytime High Temperature Time",
"temperature_min_time": "Overnight Low Temperature Time",
"temperature_min_time": "Low Temperature Time",
"hrrr_subh_update_time": "HRRR SubH Update Time",
"hrrr_0_18_update_time": "HRRR 0-18 Update Time",
"nbm_update_time": "NBM Update Time",
Expand Down
2 changes: 1 addition & 1 deletion custom_components/pirateweather/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ class PirateWeatherSensorEntityDescription(SensorEntityDescription):
forecast_mode=["daily"],
),
"temperature_min_time": PirateWeatherSensorEntityDescription(
key="temperature_low_time",
key="temperature_min_time",
name="Daily Low Temperature Time",
icon="mdi:clock-time-three-outline",
device_class=SensorDeviceClass.TIMESTAMP,
Expand Down

0 comments on commit 01a7540

Please sign in to comment.