Skip to content

A card to track custom cards and custom component updates

Notifications You must be signed in to change notification settings

itajackass/tracker-card

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

📣 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

About

A card to track custom cards and custom component updates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%