Skip to content
This repository has been archived by the owner on Mar 19, 2023. It is now read-only.

Supports multiple targets

Compare
Choose a tag to compare
@robmarkcole robmarkcole released this 10 Feb 06:56
· 125 commits to master since this release

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).