This repository has been archived by the owner on Mar 19, 2023. It is now read-only.
Supports multiple targets
Thanks for @shbatm you can now provide multiple targets in the config like this:
target: person # original, still works
# New:
target:
- person
- car
- truck
Will match all possible targets above the confidence level and return the total count as the state (also some minor lint and formatting cleanup).