Corrected spelling of celcius

This commit is contained in:
RyanClark123
2023-05-11 17:20:31 +01:00
parent 84aa88ae01
commit bb0e8cc9c9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -12,5 +12,5 @@
"requirements": [ "requirements": [
"pyowletapi==2023.5.18" "pyowletapi==2023.5.18"
], ],
"version":"1.3.0" "version":"1.4.0"
} }
+1 -1
View File
@@ -89,7 +89,7 @@ SENSORS: tuple[OwletSensorEntityDescription, ...] = (
OwletSensorEntityDescription( OwletSensorEntityDescription(
key="skintemp", key="skintemp",
name="Skin Temperature", name="Skin Temperature",
native_unit_of_measurement=UnitOfTemperature.CELCIUS, native_unit_of_measurement=UnitOfTemperature.CELSIUS,
device_class=SensorDeviceClass.TEMPERATURE, device_class=SensorDeviceClass.TEMPERATURE,
state_class=SensorStateClass.MEASUREMENT, state_class=SensorStateClass.MEASUREMENT,
element="skin_temperature", element="skin_temperature",