Releases: vasqued2/ha-teamtracker
v0.12.0.beta
- Fix problem with YAML configurations introduced in HA 2024.05
v0.11.1
v0.11.0
-
Language Override: For some languages, the ESPN API provides limited information (i.e. no play-by-play). This enables the local HA language to be overridden with a user-specified language that may provide more robust information. Can be configured via a YAML configuration (
api_language
) or using the Configuration Option for sensors created in the UI. See README for details. -
Timeout Deprecation: A legacy
timeout
value could be set in the sensor configuration but had no actual impact. This has been removed.
v0.10.0
v0.9.0
v0.8.1
v0.8.0
- 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
- 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
.