From 046d16c286de43ef754244d100b1a05be6e266e3 Mon Sep 17 00:00:00 2001 From: DMBlakeley Date: Wed, 18 Nov 2020 19:34:54 -0500 Subject: [PATCH] Update CHANGELOG.md Update for Omni occupancy detection improvements. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f4bdd64..12d65156 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. This project uses [Semantic Versioning](https://semver.org/). +## v5.5.4 + * Omni occupancy detection improvments. Now based on minimum detected sound level + user defined offset. + * Correct existing device recovery from cache on Homebridge restart. + ## v5.5.3 * Update build.yml to only include even numbered releases of node.js [10.x, 12.x, 14.x] * Update README.MD to provide additional details on adding 'test' devices to 'exclude' list.