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_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
NEW
: Added anevent_score_human
andevent_score_vehicle
attributes to the binary motion sensor and the detected oject sensor, that shows the percentage probability of the object being detected. Theevent_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 theevent_score_human
value. Closing <Issue #38>FIXED
: Fixing deprecatedasync_get_registry
for HA 2022.6FIXED
: Issue #39 Theevent_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
NEW
: Replaced theevent_score
attribute with two new attributes:event_score_human
andevent_score_vehicle
. Theevent_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 theevent_score_human
value.
Version 1.1.4-beta.1
NEW
: Added anevent_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
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 eitherHuman
orVehicle
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
NEW
: Added 2 more PTZ ButtonsZoom 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.