Skip to content

Commit

Permalink
Formaldehyde from the Formaldehyde sensor
Browse files Browse the repository at this point in the history
  • Loading branch information
dotvezz committed May 6, 2023
1 parent 2734b86 commit 3bd4a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/dyson_local/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,4 +332,4 @@ class DysonHCHOSensor(DysonSensorEnvironmental):
@environmental_property
def native_value(self) -> float:
"""Return the state of the sensor."""
return self._device.nitrogen_dioxide
return self._device.formaldehyde

0 comments on commit 3bd4a1c

Please sign in to comment.