We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 86ea320 + c777eb8 commit 0852af0Copy full SHA for 0852af0
custom_components/dyson_local/sensor.py
@@ -222,7 +222,7 @@ class DysonTemperatureSensor(DysonSensorEnvironmental):
222
_SENSOR_TYPE = "temperature"
223
_SENSOR_NAME = "Temperature"
224
_attr_device_class = SensorDeviceClass.TEMPERATURE
225
- _attr_unit_of_measurement = TEMP_CELSIUS
+ native_unit_of_measurement = TEMP_CELSIUS
226
227
@environmental_property
228
def temperature_kelvin(self) -> int:
0 commit comments