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
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 optionEnable.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 optionEnable.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.