github briis/unifiprotect v0.11-beta.2
Version 0.11-beta.2

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

We are ready with the next Beta release of 0.11. Not so many visible changes this time, but still a lot of coding under the hood by @AngellusMortis and @bdraco.
As we don't want to flood your system with a lot of entities you might never use, some of the new entities are disabled by default. If you want them active in your setup, just go to Integration and Entities to enable the ones you want.

  • CHANGE: Allows device_id parameter for global service calls to be any device from a UniFi Protect instance

  • NEW: Adds event thumbnail proxy view.

    • URL is /api/ufp/thumbnail/{thumb_id}. thumb_id is the ID of the thumbnail from UniFi Protect.
    • entity_id is a required query parameters. entity_id be for an sensor that has event thumbnails on it (like the Motion binary sensor)
    • token is a required query parameter is you are not authenticated. It is an attribute on the motion sensor for the Camera
    • w and h are optional query string params for thumbnail resizing.
  • NEW: Adds event_thumbnail attribute to Motion binary sensor that uses above mentioned event thumbnail proxy view.

  • NEW: Adds NVR sensors. All of them are disabled by default. All of the sensors will only update every ~15 minutes unless the "Realtime metrics" config option is turned on. List of all sensors:

    • Disk Health (one per disk)
    • System Info: CPU Temp, CPU, Memory and Storage Utilization
    • Uptime
    • Recording Capacity (in seconds)
    • Distributions of stored video for Resolution (4K/HD/Free)
    • Distributions of stored video for Type (Continuous/Detections/Timelapse)
  • More clean up and improvements for upcoming Home Assistant core merge.

Don't miss a new unifiprotect release

NewReleases is sending notifications on new releases.