Releases: vasqued2/ha-teamtracker
Releases · vasqued2/ha-teamtracker
v0.7.2
- 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
v0.7.1-beta1
- Fix to tennis API call
v0.7.0
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
Hack to override language from 'fr' to 'en' when sport is tennis
v0.6.4-beta3
Added more debug info for French and Tennis
v0.6.4-beta2
Additional debugging logging to troubleshoot French Language issue w/ Tennis
v0.6.4-beta1
- 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
- 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