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.
| 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 |
Note: Before you install tracker-card you need to complete the installation steps for custom_updater
- Install the
tracker-cardcomponent by copyingtracker-card.jsto<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/- Link
tracker-cardinside youui-lovelace.yaml
resources:
- url: /local/tracker-card.js?v=0
type: js- Add a custom card in your
ui-lovelace.yaml
- type: custom:tracker-card
title:
trackers:
- sensor.custom_card_tracker
- sensor.custom_component_tracker