Skip to content

Commit

Permalink
Fix missed update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Makin-Things committed Jan 6, 2024
1 parent f915eb2 commit 2488198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/bureau_of_meteorology/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
SensorEntityDescription(
key="dew_point",
name="Dew Point",
native_unit_of_measurement=TEMP_CELSIUS,
native_unit_of_measurement=UnitOfTemperature.CELSIUS,
device_class=SensorDeviceClass.TEMPERATURE,
state_class=SensorStateClass.MEASUREMENT,
),
Expand Down

0 comments on commit 2488198

Please sign in to comment.