From bb0e8cc9c9abbb51de59130ca0d5333f6b3db8d0 Mon Sep 17 00:00:00 2001 From: RyanClark123 <42173121+RyanClark123@users.noreply.github.com> Date: Thu, 11 May 2023 17:20:31 +0100 Subject: [PATCH] Corrected spelling of celcius --- custom_components/owlet/manifest.json | 2 +- custom_components/owlet/sensor.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/owlet/manifest.json b/custom_components/owlet/manifest.json index 4463f3a..9542414 100644 --- a/custom_components/owlet/manifest.json +++ b/custom_components/owlet/manifest.json @@ -12,5 +12,5 @@ "requirements": [ "pyowletapi==2023.5.18" ], - "version":"1.3.0" + "version":"1.4.0" } diff --git a/custom_components/owlet/sensor.py b/custom_components/owlet/sensor.py index 0cf52e8..79f6cb6 100644 --- a/custom_components/owlet/sensor.py +++ b/custom_components/owlet/sensor.py @@ -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",