Skip to content

Releases: libdyson-wg/ha-dyson

v0.19.1

06 May 18:19
3bd4a1c
Compare
Choose a tag to compare

Bugfix Release

This is a bugfix fixing Formaldehyde readings in v0.19.0, which incorrectly fed the Formaldehyde entity the values from the Nitrogen Dioxide sensor.

The release notes of v0.19.0 are included below.

Details

This disables the old sensor entities for the following, replacing them with new ones using correct value scaling.

  • Particulates (from fans that don't report separate scores for PM2.5, PM10, VOC, and NO2
    • Replaced by Air Quality Index
  • Nitrogen Dioxide
    • Replaced by Nitrogen Dioxide Index
  • Volatile Organic Compounds
    • Replaced by Volatile Organic Compounds Index

The reason for this is because the previous version of this integration was incorrectly assuming the sensor values to be reported in μg/m3. In reality, the sensors are giving data in a calculated Index value, from 0 to 9.9.

What's Changed

  • Fixes environmental data reporting for Formaldehyde, VOC, and NO2 by @dotvezz in #17
  • Fixes environmental data reporting (#17) by @dotvezz in #18

Full Changelog: v0.18.0...v0.19.1

v0.18.0

01 May 01:34
67f6a54
Compare
Choose a tag to compare

What's Changed

  • Initial support for Formaldehyde Devices by @dotvezz in #15

Full Changelog: v0.17.2...v0.18.0

v0.17.2

12 Apr 18:25
3e5d860
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.17.1...v0.17.2

v0.17.1

11 Apr 02:34
abd35a6
Compare
Choose a tag to compare

What's Changed

  • Adds support for Purifiier Humidify+Cool (358K) by @dotvezz in #10

Full Changelog: v0.17.0...v0.17.1

v0.17.0

14 Mar 15:17
ead6d5e
Compare
Choose a tag to compare

New release using updated libdyson