Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 1.47 KB

README.md

File metadata and controls

43 lines (34 loc) · 1.47 KB

Home Assistant MLB Card

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

   PREGAME

   IN GAME

   POSTGAME

ha-mlb-card_postgame

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-mlb-card and choose 'Lovelace' category.
  • install the custom card
  • Add the following to your resources
url: /hacsfiles/ha-nhl-card/ha-mlb-card.js
type: module

Manual Installation

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

Options

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

Minimal Required Configuration

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

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