Skip to content

Version 1.1.4

Compare
Choose a tag to compare
@briis briis released this 26 May 05:56
· 80 commits to master since this release
  • 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.