github briis/unifiprotect v0.10.0-beta.2
Version 0.10.0-beta.2

latest releases: v0.12.0, v0.12.0-beta11, v0.12.0-beta10...
pre-release2 years ago

This is the second beta for UniFi Protect V1.20.0. This included everything from Beta 1 is included here, plus the following:

  • CHANGE: IMPORTANT You MUST have at least UniFi Protect V1.20.0-beta.2 installed for this Integration to work. There are checks on both new installations and upgraded installations to see if your UniFi Protect App is at the right version number. Please consult the HA Logfile for more information if something does not work.

  • CHANGE: Changes to the underlying pyunifiprotect module done by @AngellusMortis to ensure all tests are passing and adding new functionality to be used in the final release of 0.10.0.

  • NEW: Added a new event unifiprotect_motion that triggers on motion. You can use this instead of the Binary Sensor to watch for a motion event on any motion enabled device. The output from the event will look similar tom the below

    {
      "event_type": "unifiprotect_motion",
      "data": {
          "entity_id": "camera.outdoor",
          "smart_detect": [
              "person"
          ],
          "motion_on": true
      },
      "origin": "LOCAL",
      "time_fired": "2021-10-18T10:55:36.134535+00:00",
      "context": {
          "id": "b3723102b4fb71a758a423d0f3a04ba6",
          "parent_id": null,
          "user_id": null
      }
    }

Don't miss a new unifiprotect release

NewReleases is sending notifications on new releases.