You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.