Skip to content

Releases: vasqued2/ha-teamtracker

v0.14.5

16 Nov 18:09
a10b438
Compare
Choose a tag to compare
  • Use long name for MMA events

v0.14.4

05 Oct 12:29
f1aed24
Compare
Choose a tag to compare
  • Update functionality deprecated in HA 2024.10

v0.14.3

28 Aug 00:04
8ff4087
Compare
Choose a tag to compare
  • Minor fixes
  • Tutorial section in Readme (thx senbei123)

v0.14.2

28 Jul 17:39
c2815fc
Compare
Choose a tag to compare
  • Adds support for Doubles matches in Tennis for the Olympics

See README.md for an example using regular expressions in the team_id field to find the roster of a doubles match.

v0.14.1

27 Jul 00:09
a107aef
Compare
Choose a tag to compare
  • Added programmatic control of the sensor with the service call_api (beta)
  • This enables the dynamic retrieval of information for different teams without the need to create multiple sensors. It will simply reuse the same sensor. This is expected to be of value to meet the needs of dynamic voice requests.
  • Accepts four input parameters: sport_path, league_path, team_id, and conference_id (optional)
  • Service will dynamically change the sensor to the input parameters and refresh the sensor
  • Sensor will revert to original configuration on reboot

NOTE: This does not allow a single teamtracker sensor to support multiple teams at the same time. It simply allows the single supported team to be changed programmatically.

NOTE: The functionality and input parameters of the call_api service are subject to change as new uses emerge. If you have ideas or suggestions for specific use cases, open an Issue so they can be tracked.

Thanks to @dinki for the suggestion

v0.14.0

14 Jul 13:18
a46f149
Compare
Choose a tag to compare
  • Returns new attributes for Team and Event URLs (team_url, opponent_url, event_url)

v0.14.0-beta

01 Jul 12:40
a46f149
Compare
Choose a tag to compare
v0.14.0-beta Pre-release
Pre-release
  • Adds attributes for Team and Event URLs

v0.13.0

01 Jun 15:10
02ec536
Compare
Choose a tag to compare
  • Return series_summary when the competition is part of a playoff series.

v0.12.1

23 May 23:31
a87058d
Compare
Choose a tag to compare

v0.12.0

19 May 11:25
e7918b2
Compare
Choose a tag to compare
  • Fix problem with YAML configurations introduced in HA 2024.05