Initial Home Assistant commit

This commit is contained in:
2026-06-05 22:34:31 -04:00
commit 6a58b10e6c
4494 changed files with 297833 additions and 0 deletions
@@ -0,0 +1,43 @@
reload_overrides:
name: Teamtracker Reload File Overrides
description: Reloads the overrides in the teamtracker_overrides.json file in the config folder.
target:
entity:
domain: sensor
integration: teamtracker
call_api:
name: Teamtracker Call API
description: Sets the teamtracker sensor based on the input parameters, calls the ESPN API, and populates the sensor attributes.
target:
entity:
domain: sensor
integration: teamtracker
fields:
sport_path:
name: Sport
description: Sport path
required: true
example: 'football'
selector:
text:
league_path:
name: League
description: League path
required: true
example: 'nfl'
selector:
text:
team_id:
name: Team
description: Team ID
required: true
example: 'CLE'
selector:
text:
conference_id:
name: Conference
description: Conference ID (only for NCAA)
required: false
example: '5'
selector:
text: