Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Version 0.8.2

Compare
Choose a tag to compare
@briis briis released this 04 Feb 07:14
· 578 commits to master since this release

@bdraco did some tweaking to the pyunifiprotect IO module, to implement testing and adding more stability. This has resulted in the following changes:

  • FIXED: Use the UniFi Servers MAc address as unique ID to ensure that it never changes. Previously we used the name, and that can be changed by the user. This will help with stability and prevent integrations from suddenly stop working if the name of the UDMP, UNVR4 or CKP was changed.
  • FIXED: Further enhance the fix applied in 0.8.1 to ensure the Integration loads even if the first update fails.
  • FIXED: Sometimes we would be missing event_on or event_ring_on if the websocket connected before the integration setup the binary sensor. We now always return the full processed data, eliminating this error.