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

Version 0.10.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@briis briis released this 24 Oct 15:08
· 433 commits to master since this release

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
      }
    }