Skip to content

Commit

Permalink
Final 1.1.4 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
briis committed May 26, 2022
1 parent 345f296 commit ae07d49
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

## Version 1.1.4

Release date: Not Released
Release date: 2022-05-26

- `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 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. Closing <Issue [#38](https://github.com/briis/securityspy/issues/38)>
- `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](https://github.com/briis/securityspy/issues/38)>
- `FIXED`: Fixing deprecated `async_get_registry` for HA 2022.6
- `FIXED`: Issue [#39](https://github.com/briis/securityspy/issues/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

Expand Down

0 comments on commit ae07d49

Please sign in to comment.