Skip to content

Releases: vasqued2/ha-teamtracker

v0.4.0

03 Oct 22:45
3d405f8
Compare
Choose a tag to compare
  • Minor fixes for preseason NHL and NBA games
  • Added api_message attribute to help troubleshoot NOT_FOUND state
  • Updated README to reference Wiki troubleshooting information
  • Incorporated appropriate ha-nfl changes
  • Updated workflows so they pass
  • Updated regression test bed

v0.3.0

26 Sep 22:35
0cd1b98
Compare
Choose a tag to compare
  • Enhanced support for in-game hockey stats
  • Added team rankings for college teams
  • Changed source of game clock so it can be used for all sports
  • Added optionality to display/hide timeout and team rankings info on the teamtracker-card

v0.2.0

20 Sep 01:34
4cd7eaa
Compare
Choose a tag to compare
  • Release to establish baseline. No new functionality.
  • Major refactor of JSON parser. If something broke, please log an issue and revert to v0.1.1.
  • Added file-based regression testing capability.
  • Added regression test bed for football, baseball, soccer, and volleyball.
  • Simplified version compatibility between teamtracker and teamtracker-card.
    • Releases will follow the MAJOR.MINOR.PATCH convention.
    • All teamtracker and teamtracker-card releases with the same MAJOR and MINOR version numbers will be compatible, regardless of PATCH version.
    • For example, teamtracker v0.2.x will be compatible with any teamtracker-card v0.2.y.
  • Added support for translation to Brazilian Portuguese (thanks @hudsonbrendon)

v0.1.1

08 Sep 01:36
6c6b560
Compare
Choose a tag to compare
  • Added support for games between two unranked college football or basketball teams by specifying a conference ID when setting up the sensor
  • Added support for volleyball games
  • Added support for baseball double headers (instead of just the last game of the day)
  • Fixed issue when team abbreviation was a substring of a longer team abbreviation (i.e. ARK and CARK)

Dependencies: You much upgrade teamtracker-card to v0.1.1 as well.

Note: There is no way to specify a conference ID once a sensor has been set up. You must delete the old sensor and the specify the conference ID when you set up the new sensor.

v0.1.0

03 Sep 15:29
Compare
Choose a tag to compare

Beta version for initial release. Notable features:

Support for teams in various football, baseball, soccer, basketball, and hockey leagues
Supports the ability to add additional non-official APIs manually via UI w/o programming or manually editing files
Works in conjunction with ha-teamtracker-card to display game info on dashboard
Base state of pre/in/post for the game and relevant game details available as attributes depending on state
Polling at 10 minute intervals, except immediately before the game and during the game, when it changes to 5 second intervals
Configuration through the UI
Support for multiple sensors (if you want to track multiple teams)