Home

Awesome

Home Assistant NFL Card

A Home Assistant frontend custom card for the ha-nfl integration.

   PREGAME

pregame

   IN GAME

ingame

   POSTGAME

postgame

   BYE

bye

HACS Installation

url: /hacsfiles/ha-nfl-card/ha-nfl-card.js
type: module

Manual Installation

url: /hacsfiles/ha-nfl-card/ha-nfl-card.js
type: module

Options

NameDescriptionDefaultRequiredValues
entityName of ha-nfl sensorsensor.nflYesValid sensor
outlineOutline team colors (helpful w/ dark themes)falseNotrue false
outline_colorSpecifies outline color.whiteNoCSS color or hex value

Examples

type: 'custom:nfl-card'
entity: sensor.nfl
outline: true
outline_color: deeppink

example

type: 'custom:nfl-card'
entity: sensor.nfl
outline: true
outline_color: '#ffe500'

example2

Minimal Required Configuration

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

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