Corrected spelling of celcius
This commit is contained in:
@@ -12,5 +12,5 @@
|
||||
"requirements": [
|
||||
"pyowletapi==2023.5.18"
|
||||
],
|
||||
"version":"1.3.0"
|
||||
"version":"1.4.0"
|
||||
}
|
||||
|
||||
@@ -89,7 +89,7 @@ SENSORS: tuple[OwletSensorEntityDescription, ...] = (
|
||||
OwletSensorEntityDescription(
|
||||
key="skintemp",
|
||||
name="Skin Temperature",
|
||||
native_unit_of_measurement=UnitOfTemperature.CELCIUS,
|
||||
native_unit_of_measurement=UnitOfTemperature.CELSIUS,
|
||||
device_class=SensorDeviceClass.TEMPERATURE,
|
||||
state_class=SensorStateClass.MEASUREMENT,
|
||||
element="skin_temperature",
|
||||
|
||||
Reference in New Issue
Block a user