Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 713 Bytes

info.md

File metadata and controls

17 lines (14 loc) · 713 Bytes

New in Version 0.5.0! Trigger your automations with the nhl_goal event platform. See the example automations for more information.

Information:

Track the score of your favorite NHL team and create automations based on your team scoring!

Usage:

Add to configuration.yaml:

sensor:
  - platform: nhl_api
    team_id: [TEAM ID OF TRACKED TEAM - REFER TO DOCS]
    name: [(Optional) FRIENDLY NAME OF SENSOR - DEFAULT: NHL Sensor]
    scan_interval: [(Optional) SCAN INTERVAL IN SECONDS - DEFAULT: 5]

Documentation:

Please refer to the documentation in the repository.