Releases: vasqued2/ha-teamtracker
Releases · vasqued2/ha-teamtracker
v0.6.2
- 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
v0.6.1
- Improved API efficiency by sharing data across sensors
- Significantly reduces API calls when using multiple sensors for teams in same league
- Added beta support for cricket (see Wiki for cricket-specific limitations)
- Developed robust automated unit test suite
v0.6.0
This release is a refactor of the existing code base with no new functionality.
If you have issues, revert to v0.5.4 and report issues here.
- Added HACS button to README for easy installation (thanks PhPersson)
- Integrated processing for team and athlete sports for consistency and simplified maintenance
- Added regression tests for athlete sports
v0.5.4
- Added support for Soccer Shootouts
- Added Possession Percentages to In-Game Soccer Updates
v0.5.3
- Added native support for the AFL (Australian Football League)
- Defect fix for some previously unsupported locales such as es-419 (thanks to @joaco5121 for testing)
v0.5.2
- Fixed error if World Cup games do not provide Venue or Location info
v0.5.1
- Enhanced support for F1 races
v0.5.0
- Added baseline support for the following non-team sports:
- Ability to track individual athletes by name for non-team sports
- Ability to use wild card '*' to track whoever is active/leading in non-team sports
v0.4.2
- Override API default date range to always search at least 5 days into future for upcoming games
- Added native support for upcoming World Cup (WC) matches
v0.4.1
- Added localization support based on language selected for HA frontend (if available) or backend locale (if not)
- Added native support for the Champions League
- Improved debug logging