Corrected spelling of celcius
This commit is contained in:
@@ -12,5 +12,5 @@
|
|||||||
"requirements": [
|
"requirements": [
|
||||||
"pyowletapi==2023.5.18"
|
"pyowletapi==2023.5.18"
|
||||||
],
|
],
|
||||||
"version":"1.3.0"
|
"version":"1.4.0"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user