Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vasqued2 authored Jul 28, 2024
1 parent 002bbb3 commit c2815fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,11 @@ The `team_id` configuration key is used the specifiy the competitor to track for
| Wildcard | You can use the single `*` character as a Wildcard. This will cause the sensor to match a team or athlete using sport-specific logic outlined below. |

*RegEx*

For doubles in tennis, rosters are used instead of team names and are in the format of `{Player 1} / {Player 2}`. You can use a regular expression to match the roster. As an example, if you do not know the order in which the players are listed on the roster, the regular expression `.*(?:NADAL|ALCARAZ).*/.*(?:NADAL|ALCARAZ).*` will match a doubles match with Nadal and Alcaraz regardless of which player is listed first. The names are not case sensitive.

*Wildcard*

The Wildcard behavior varies based on the sport.
| Sport | Behavior |
| --- | --- |
Expand Down

0 comments on commit c2815fc

Please sign in to comment.