You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.