Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 1.91 KB

README.md

File metadata and controls

52 lines (39 loc) · 1.91 KB

📣 Tracker card

A card to track updates for custom cards and custom components. It uses the custom_updater component to sync versions and allows for updates of cards and components from the UI. ♠️♣️♥️♦️

tracker-card

Options

Name Type Default Description
type string Required custom:tracker-card
trackers list Required A list sensors to use for tracking, sensor.custom_card_tracker and/or sensor.custom_component_tracker
title string 📣 Updates Name to display on card
name_text string Name translation for Name
current_text string Current translation for Current
available_text string Available translation for Available
check_text string Check translation for Check
update_all_text string Update All translation for Update All

Installation

Note: Before you install tracker-card you need to complete the installation steps for custom_updater

  1. Install the tracker-card component by copying tracker-card.js to <config directory>/www/tracker-card.js

Example:

wget https://raw.githubusercontent.com/custom-cards/tracker-card/master/tracker-card.js
mv tracker-card.js /config/www/
  1. Link tracker-card inside you ui-lovelace.yaml
resources:
  - url: /local/tracker-card.js?v=0
    type: js
  1. Add a custom card in your ui-lovelace.yaml
- type: custom:tracker-card
  title:
  trackers:
    - sensor.custom_card_tracker
    - sensor.custom_component_tracker

Credits