Skip to content

Releases: vasqued2/ha-teamtracker

v0.7.2

26 Mar 12:31
beaa1c0
Compare
Choose a tag to compare
  • Remove date constraint from baseball API call (which was causing a NOT_FOUND status when over 25 games were scheduled across 2 days)
  • Changes to pass new version of Hassfest tests

Note: Baseball API will only return games for a single day, either yesterday or today, depending on when ESPN does the cutover. Returning more than a single day's worth of games was causing ESPN's default limit of 25 games to be exceeded and some west coast games to be dropped.

v0.7.1

18 Feb 20:31
1ca06b1
Compare
Choose a tag to compare
  • Fix to remove date constraint from tennis API call (which was causing a NOT_FOUND status in some cases)
  • Improved testing for v0.7.0 changes

v0.7.1-beta1

15 Feb 00:19
Compare
Choose a tag to compare
v0.7.1-beta1 Pre-release
Pre-release
  • Fix to tennis API call

v0.7.0

29 Jan 21:11
6143711
Compare
Choose a tag to compare

IMPORTANT: Teamtracker v0.6.x and earlier will stop working starting with HA 2023.03. You must upgrade to v0.7.x before taking this HA upgrade to guarantee its continued functionality.

  • Proactive changes required to function with HA 2023.03 and beyond (thanks to @RobertD502)
  • French translations added for Configuration UI (thanks to @schumi2309)
  • Default to English for Tennis API when unsupported French language is requested
  • Fix wildcard functionality for Tennis
  • Improved regression test bed
  • Code formating and simplification changes to pass linters

v0.6.4-beta4

22 Jan 15:48
Compare
Choose a tag to compare
v0.6.4-beta4 Pre-release
Pre-release

Hack to override language from 'fr' to 'en' when sport is tennis

v0.6.4-beta3

22 Jan 13:59
Compare
Choose a tag to compare
v0.6.4-beta3 Pre-release
Pre-release
Added more debug info for French and Tennis

v0.6.4-beta2

22 Jan 12:15
a2d2257
Compare
Choose a tag to compare
v0.6.4-beta2 Pre-release
Pre-release

Additional debugging logging to troubleshoot French Language issue w/ Tennis

v0.6.4-beta1

19 Jan 23:20
Compare
Choose a tag to compare
v0.6.4-beta1 Pre-release
Pre-release
  • Default Tennis API to English instead of erroring when unsupported language requested
  • Restructure code to pass multiple linters including black, pylint, and isort

v0.6.3

15 Jan 01:41
Compare
Choose a tag to compare
  • Fix defect introduced in v0.6.2 impacting sport-specific in-game updates for some sports
  • Allow the use of wildcards ('*') for team sports
    • Using wildcard will match the first team found with a game in-progress
    • When that game is over, it will automaticall shift to another upcoming or in-progress game if one is available

v0.6.2

11 Jan 23:26
52411a8
Compare
Choose a tag to compare
  • Include country in location when provided
  • Honor language selected in System Locale Settings when calling API
  • Bug fix impacting games scheduled back-to-back
  • Provide api_message when API_LIMIT reached