Skip to content

v1.2.0

Choose a tag to compare

@jonato1 jonato1 released this 13 Apr 02:22
· 44 commits to master since this release
8781e47

What's Changed

New Features

  • Improve updating of characteristics when setting states (i.e. turning on/off) for AWS-enabled devices by @jonato1
  • Enable Germ Shield, Temp, and Humidity characteristics for all HealthProtect models by @jonato1
    Added work related to #6; previous code only had Germ Shield, temp, and humidity enabled for hardware model 'high_1.5', but not for 'low_1.4'. Fixed to use the modelName variable to ensure future proofing if any additional HealthProtect hardware models are identified.
  • Add feature toggles to globally hide the following components/capabilities in Homebridge and Home.app for any and all Blueair devices (where respective sensors exist): LED light, Air Quality Sensor, CO2 Sensor, Temperature Sensor, Humidity Sensor, Germ Shield, and Night Mode. by @jonato1
    • Addresses #91 and #222
    • Includes logic to remove services after configurations are updated and Homebridge is restarted to prevent orphaned services from continuing to appear.

Bug Fixes and Patches

  • build(deps-dev): Bump rimraf from 3.0.2 to 4.1.2 by @dependabot in #213
  • build(deps-dev): Bump eslint from 8.29.0 to 8.34.0 by @dependabot in #223
  • build(deps-dev): Bump @types/node from 18.11.13 to 18.14.0 by @dependabot in #226
  • build(deps-dev): Bump @typescript-eslint/eslint-plugin from 5.46.0 to 5.53.0 by @dependabot in #227
  • build(deps-dev): Bump @typescript-eslint/parser from 5.46.0 to 5.53.0 by @dependabot in #228
  • build(deps-dev): Bump typescript from 4.9.4 to 4.9.5 by @dependabot in #229
  • build(deps-dev): Bump @types/node from 18.14.0 to 18.14.1 by @dependabot in #230
  • build(deps-dev): Bump @types/node from 18.14.1 to 18.14.2 by @dependabot in #231
  • build(deps-dev): Bump eslint from 8.34.0 to 8.35.0 by @dependabot in #232
  • build(deps-dev): Bump @typescript-eslint/eslint-plugin from 5.53.0 to 5.54.0 by @dependabot in #233
  • build(deps-dev): Bump @typescript-eslint/parser from 5.53.0 to 5.54.0 by @dependabot in #234

Full Changelog: v1.1.3...v1.2.0