Skip to content

Releases: briis/securityspy

v1.1.9

23 Sep 08:25
20074d4
Compare
Choose a tag to compare

Release date: 2024-09-23

NOTE I do not have access to the latest version of SecuritySpy, neither do I use it in my home, so these changes have only been tested against an older V5.x system which was temporarely installed. I also have to state that I do NOT maintain this Module anymore, as I simply don't have the resources. If I can I will try and fix issues like this, but eventually the Integration will most likely stop working due to changes in Home Assistant.

Changes

  • Fixing deprecating warnings occuring in HA 2024.9. Closing Issue #98 and #99

Full Changelog: v1.1.8...v1.1.9

Release 1.1.8

05 Jan 09:04
Compare
Choose a tag to compare

Release date: 2024-01-05

Changes

  • Fixing errors occuring after upgrading to HA 2024.1. Closing Issue #52

Version 1.1.7

04 Feb 08:17
Compare
Choose a tag to compare
  • FIXED: Issue #47 Detected integration that called async_setup_platforms. This call has now been replaced by the proper new function.

Version 1.1.6

04 Jan 07:07
Compare
Choose a tag to compare
  • FIXED: Moving from deprecated DEVICE_CLASS_* to supported Device Class Enums

Version 1.1.5

28 Aug 10:01
Compare
Choose a tag to compare
  • NEW: Added an event_score_animal attribute to the binary motion sensor and the detected oject sensor, that shows the percentage probability of the object being an animal. Closing Issue #42
    Please Note: This attribute will only work if your SecuritySpy version is 5.5.0 or greater. If not on this version, it will always be 0.

Version 1.1.4

26 May 05:56
Compare
Choose a tag to compare
  • NEW: Added an event_score_human and event_score_vehicle attributes to the binary motion sensor and the detected oject sensor, that shows the percentage probability of the object being detected. The event_object will hold the object that has the highest score of the two, but if you only want to look for a person moving, you can check on the event_score_human value. Closing <Issue #38>
  • FIXED: Fixing deprecated async_get_registry for HA 2022.6
  • FIXED: Issue #39 The event_object and the scores for Human and Vehicle are now reset when the Motion event ends, that should filter out the wrong reporting.

Version 1.1.4-beta.2

18 Apr 05:15
Compare
Choose a tag to compare
Version 1.1.4-beta.2 Pre-release
Pre-release
  • NEW: Replaced the event_score attribute with two new attributes: event_score_human and event_score_vehicle. The event_object will still hold the object that has the highest score of the two, but if you only want to look for a person moving, you can check on the event_score_human value.

Version 1.1.4-beta.1

17 Apr 16:43
Compare
Choose a tag to compare
Version 1.1.4-beta.1 Pre-release
Pre-release
  • NEW: Added an event_score attribute to the binary motion sensor and the detected oject sensor, that shows the percentage probability of the object being detected. Currently this will only show one score for either Human or Vehicle, depending on which is highest.

Version 1.1.3

07 Apr 08:30
Compare
Choose a tag to compare
  • FIXED: Issue #37 Ensures that Switches and Sensors are being loaded correctly after upgrade to 2022.4 of Home Assistant.
  • NEW: Added a new sensor per Camera called sensor.CAMERA_NAME_detected_object. On motion detection this will change the state to either Human or Vehicle if one of these objects are detected. You can use this sensor to only run automations if a Person or a Car is detected on motion.

Version 1.1.1

24 Dec 07:22
Compare
Choose a tag to compare
  • NEW: Added 2 more PTZ Buttons
    • Zoom In button. When pressing this button the camera will start to zoom in.
    • Zoom Out button. When pressing this button the camera will start to zoom out.