This repository was archived by the owner on Dec 29, 2024. It is now read-only.
Releases: briis/securityspy
Releases · briis/securityspy
v1.1.9
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
Full Changelog: v1.1.8...v1.1.9
Release 1.1.8
Release date: 2024-01-05
Changes
- Fixing errors occuring after upgrading to HA 2024.1. Closing Issue #52
Version 1.1.7
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
FIXED: Moving from deprecated DEVICE_CLASS_* to supported Device Class Enums
Version 1.1.5
NEW: Added anevent_score_animalattribute 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
NEW: Added anevent_score_humanandevent_score_vehicleattributes to the binary motion sensor and the detected oject sensor, that shows the percentage probability of the object being detected. Theevent_objectwill 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 theevent_score_humanvalue. Closing <Issue #38>FIXED: Fixing deprecatedasync_get_registryfor HA 2022.6FIXED: Issue #39 Theevent_objectand 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
NEW: Replaced theevent_scoreattribute with two new attributes:event_score_humanandevent_score_vehicle. Theevent_objectwill 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 theevent_score_humanvalue.
Version 1.1.4-beta.1
NEW: Added anevent_scoreattribute 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
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 calledsensor.CAMERA_NAME_detected_object. On motion detection this will change the state to eitherHumanorVehicleif 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
NEW: Added 2 more PTZ ButtonsZoom Inbutton. When pressing this button the camera will start to zoom in.Zoom Outbutton. When pressing this button the camera will start to zoom out.