From a107aeff90f033836400ba74a63670f6bc73c42c Mon Sep 17 00:00:00 2001 From: David Date: Fri, 26 Jul 2024 20:01:44 -0400 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index e00281c..da7dd22 100644 --- a/README.md +++ b/README.md @@ -335,3 +335,13 @@ Example name: "Saints" api_language: en ``` + +## Services + +TeamTracker supports the following services. + +| Service | Input Parameters | Description | +| --- | --- | --- | +| call_api | sport_path, league_path, team_id, conference_id (optional) | Sets the teamtracker sensor based on the input parameters, calls the ESPN API, and populates the sensor attributes. | + +Details can be viewed in the Service tab in Developer Tools.