Skip to content

Commit

Permalink
v0.5.2 Release Candidate (#21)
Browse files Browse the repository at this point in the history
- Added home_side config option to force home team to left or right side of scoreboard
  • Loading branch information
vasqued2 authored Nov 19, 2022
1 parent 9b1af75 commit 7b59d79
Show file tree
Hide file tree
Showing 2 changed files with 204 additions and 180 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Add a Manual card to the dashboard and enter the YAML to configure it as desired
| Name | Description | Default | Required | Values |
| --- | --- | --- | --- | --- |
| `entity` | Name of ha-teamtracker sensor | `sensor.team_tracker` | Yes | Valid sensor |
| `home_side` | Force the home team to the left or right side of scoreboard | Team displayed on left and opponent displayed on right | No | `left` `right` |
| `outline` | Outline team colors (helpful w/ dark themes) |`false` | No | `true` `false` |
| `outline_color` | Specifies outline color. | `white` | No | CSS color or hex value |
| `show_timeouts` | Specifies if timeout indicators should be shown. | `true` | No | `true` `false` |
Expand Down
Loading

0 comments on commit 7b59d79

Please sign in to comment.