Skip to content

v3.7.0

Compare
Choose a tag to compare
@hjdhjd hjdhjd released this 16 Sep 17:05

3.7.0 (2020-09-15)

  • New feature: noise filters. Read the documentation and the associated feature options
  • Enhancement: improved device detection support in anticipation of more types of UniFi Protect cameras in the future.
  • Enhancement: support for self-signed TLS certificates for those with MQTT brokers.
  • New behavior: motion switches for each camera are now disabled by default. To better understand why, please read homebridge-unifi-protect best practices for more information. Motion detection remains on by default, of course. Fear not, you can still get them back by default if you want - just set the feature option Enable.MotionSwitch either globally, or per-camera.
  • New behavior: motion and doorbell events are not logged by default. This goes along with the above to reduce unnecessary logging. If you're like to restore the previous behavior, just set the feature option Enable.LogMotion and Enable.LogDoorbell either globally, or per-camera. You can read more about homebridge-unifi-protect best practices to understand why the defaults were changed.
  • Various housekeeping improvements.