Skip to content

Commit

Permalink
Merge pull request #8 from baylanger/patch-1
Browse files Browse the repository at this point in the history
Update sensor.py - [typo] Teamperature -> Temperature
  • Loading branch information
briis authored Oct 11, 2023
2 parents 570871d + 4caa86c commit 40fc098
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/weatherflow_forecast/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,14 +309,14 @@ class WeatherFlowSensorEntityDescription(SensorEntityDescription):
),
WeatherFlowSensorEntityDescription(
key="wet_bulb_globe_temperature",
name="Wet Bulb Globe Teamperature",
name="Wet Bulb Globe Temperature",
native_unit_of_measurement=UnitOfTemperature.CELSIUS,
device_class=SensorDeviceClass.TEMPERATURE,
state_class=SensorStateClass.MEASUREMENT,
),
WeatherFlowSensorEntityDescription(
key="wet_bulb_temperature",
name="Wet Bulb Teamperature",
name="Wet Bulb Temperature",
native_unit_of_measurement=UnitOfTemperature.CELSIUS,
device_class=SensorDeviceClass.TEMPERATURE,
state_class=SensorStateClass.MEASUREMENT,
Expand Down

0 comments on commit 40fc098

Please sign in to comment.