Skip to content

v3.3.0

Compare
Choose a tag to compare
@mrjackyliang mrjackyliang released this 02 Apr 17:31
· 15 commits to main since this release
e8f1d8a

UPDATED

  • In config, options and sensors now comes with a default option. If the setting was missing due to Homebridge removing an empty option, Zod will enforce an empty array by default (partial credit to @cyberpower678 on issue #141).
  • Performance improvements for ignoreSensorProblemStatus checks.
  • Parse configuration warning message.

FIXED

  • In config, fingerprint max length should be "10240" not "5120" (old value).
  • In config, sensors max items should be "147" not "148" due to the allocation for an extra "Alarm Ringing" switch.

ADDED

  • Support for "28.0.0-57" portal version.