Skip to content

Releases: cbrandlehner/homebridge-daikin-local

1.1.11

12 Nov 15:19
Compare
Choose a tag to compare
  • #366 fix to prevent error message if humidity sensor is enabled in plugin configuration but the Daikin device is not equipped with a humidity sensor.
  • Plugin is ready for Homebridge 2.0

1.1.10

11 Oct 07:49
Compare
Choose a tag to compare

Some changes for developers:

  • Moved to jsonlint to lint json files when performing "npm test"
  • Removed dependencies for minimist and yargs-parser
  • Updated XO

1.1.3

17 Jun 12:22
Compare
Choose a tag to compare
  • Upgraded to eslint 9.5.0
  • Upgraded XO to 0.58.0

1.1.2

20 Mar 10:42
Compare
Choose a tag to compare

What's Changed

  • Bump eslint from 8.56.0 to 8.57.0 by @dependabot in #355
  • minor syntax change in index.js to comply with updated XO ruleset.

Full Changelog: v1.1.1...v1.1.2

1.1.1

19 Mar 15:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

1.1.0

03 Oct 13:06
Compare
Choose a tag to compare
  • Dropped support for NodeJS v16 and older according to NodeJS.org roadmap
  • Updated NPM dependencies
  • Updated documentation

1.0.4

18 Aug 12:37
Compare
Choose a tag to compare
  • updated some dependencies
  • small code improvements without changing functionality
  • improved the config schema and added, hopefully better, description for some settings

1.0.3

14 Aug 14:52
Compare
Choose a tag to compare
  • updated some dependencies

1.0.2

10 May 08:45
Compare
Choose a tag to compare
  • Updated some dependencies
  • Added a warning for those running NodeJS 14, which is end of life

1.0.1

16 Apr 16:42
Compare
Choose a tag to compare
  • Updated dependencies
  • Fixed #264
  • Improved code to comply with recent XO code quality checks