Skip to content

Releases: vasqued2/ha-teamtracker

v0.12.0.beta

18 May 11:35
e7918b2
Compare
Choose a tag to compare
v0.12.0.beta Pre-release
Pre-release
  • Fix problem with YAML configurations introduced in HA 2024.05

v0.11.1

09 Jan 23:26
ccce79c
Compare
Choose a tag to compare
  • Deprecate timeout configuration
  • Code Cleanup

v0.11.0

22 Dec 13:07
7f7819a
Compare
Choose a tag to compare
  • Language Override: For some languages, the ESPN API provides limited information (i.e. no play-by-play). This enables the local HA language to be overridden with a user-specified language that may provide more robust information. Can be configured via a YAML configuration (api_language) or using the Configuration Option for sensors created in the UI. See README for details.

  • Timeout Deprecation: A legacy timeout value could be set in the sensor configuration but had no actual impact. This has been removed.

v0.10.0

18 Dec 20:57
f54176b
Compare
Choose a tag to compare
  • Added support for new Tennis API
  • Added Slovak language support (thanks @misa1515)

v0.9.0

16 Jul 22:07
1722cf1
Compare
Choose a tag to compare
  • Added native support for Women's World Cup (WWC)
  • Allow use of ESPN's unique team_id number to identify teams in addition to team abbreviations
  • Updated documentation to clarify values to use for team_id

v0.8.1

04 Jun 14:12
89cc134
Compare
Choose a tag to compare

-Added boolean team_winner and opponent_winner attributes to sensor to indicate if they won the competition

v0.8.0

27 May 21:46
39ae544
Compare
Choose a tag to compare
  • Require valid league_id's in YAML configurations
  • Retain lap number in NASCAR races even if API doesn't return a value

NOTE: Prior versions of teamtracker would allow invalid league_id's in YAML. This version will not. You must correct invalid values to pass the Configuration Test.

v0.7.5

14 May 02:05
6524ef6
Compare
Choose a tag to compare
  • Added native support for the XFL
  • Added drop down to Config UI for league_id
  • Improved checks for league_id in YAML
  • Code cleanup
  • Improved unit tests

Thanks to @raman325 for the changes in this release.

Note: The current version (v0.7.5) allows the Configuration Check to pass with an invalid league_id in YAML and will create an error in the log. These errors must be addressed in this version as the next version (v0.7.6) will prevent the Configuration Check from passing with an invalid league_id.

v0.7.4

30 Apr 11:22
5dd33ef
Compare
Choose a tag to compare
  • Defect fix for golf when team events returned
  • Improved unit tests

v0.7.3

06 Apr 18:46
43515fe
Compare
Choose a tag to compare
  • Return actual, instead of assumed, date range when status is NOT_FOUND
  • Bypass lingering timer error in unit tests introduced with HA 2023.04