Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: misa1515/ha-teamtracker

Tags

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release Candidate 9.0 (vasqued2#109)

- Added native support for Women's World Cup (WWC)
- Allowed 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

Toggle v0.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release Candidate v0.8.1 (vasqued2#106)

* Add team_winner and opponent_winner attributes to sensor

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v0.8.0 Release Candidate (vasqued2#101)

* 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

Toggle v0.7.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release Candidate v0.7.5

- 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

Toggle v0.7.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v0.7.4 Release Candidate (vasqued2#89)

* Improved unit tests
* Defect fix for golf when team events returned

v0.7.3

Toggle v0.7.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release Candidate v0.7.3 (vasqued2#88)

- Fix date range when team not found
- Bypass pytest lingering timer error

v0.7.2

Toggle v0.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release Candidate v0.7.2 (vasqued2#83)

* Update checkout to v3
* Sort manifest
* Remove data range for baseball

v0.7.1

Toggle v0.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump version to v0.7.1

v0.7.1-beta1

Toggle v0.7.1-beta1's commit message
Fix tennis API call by dropping dates

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v0.7.0 Release Candidate (vasqued2#66)

* isort changes

* black formatting

* flake8 compliance

* pylint compliant changes

* Update top level pyproject.toml file

* Make unit tests pylint compliant

* Final run of isort, black, and flake8

* Create exceptions.json file for tests

* Add multigame tests

* Fixed filename in test_multigame.py

* Update expected restults

* Update expected results

* Step 1 in breaking up event code

* Don't use event_shortname if 1st team matches key

* event.py restructure Phase 2

* Update .gitignore

* Update workflow files

* Update python versions

* Tennis API doesn't support French so drop it

* Updated version to v0.6.4

* Fixed log to show url doesn't have language

* Added more debug info for French and Tennis

* Hack to override 'fr' to 'en' when sport is tennis

* Fix * for tennis, added fr lang file

* Remove 3.8 and see if coverage drops

* replaced async_setup_platforms()

* Update to v0.7.0.  v0.6.x won't work after 2023.03