Skip to content

SimplySynced/ha-nhl-card

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Home Assistant NHL Card

A Home Assistant frontend custom card for the ha-nhl integration. This was originaly made by @D34DC3N73R for the NFL and can be found here ha-nfl-card

   PREGAME

nhl_card_pre

   IN GAME

nhl_card_in

   POSTGAME

nhl_card_post

   POSTPONED

nhl_card_postponed

HACS Installation

  • In the HACS UI, click the 3 dots in the upper right
  • Click 'Add Custom Repository'
  • Fill in the repo url https://github.com/SimplySynced/ha-nhl-card and choose 'Lovelace' category.
  • install the custom card
  • Add the following to your resources
url: /hacsfiles/ha-nhl-card/ha-nhl-card.js
type: module

Manual Installation

  • Download ha-nhl-card.js
  • Copy to www/community/ha-nhl-card/ (make the ha-nhl-card directory)
  • Add the following to your resources
url: /hacsfiles/ha-nhl-card/ha-nhl-card.js
type: module

Options

Name Description Default Required Values
entity Name of ha-nhl sensor sensor.nhl Yes Valid sensor

Minimal Required Configuration

type: 'custom:nhl-card'
entity: sensor.nhl

Where sensor.nhl is the sensor name from the ha-nhl integration.