Releases: vasqued2/ha-teamtracker
Releases · vasqued2/ha-teamtracker
v0.14.5
v0.14.4
v0.14.3
v0.14.2
v0.14.1
- 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
, andconference_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
v0.14.0-beta
- Adds attributes for Team and Event URLs