- Revert stupidity note to self, stop trying to do UI stuff...
- Fix eventlisteners for "new" updates
- Better handling of adding eventlisteners
- Adds issue button to card-editor
- Remove export
- Remove paper-input import
- Merge files to solve FF import error.
- Styling changes #44 (@bbbenji)
- Added support to update single element
NB! Clicking the red version number when there is an update will now install that update instead of taking you to the release notes, for release notes click the name of that element.
- Added (limited) UI editor inspiration from roku-card-editor.js by @iantrich
- type changed from
js
tomodule
resources:
- url: /customcards/github/custom-components/tracker-card.js?track=true
type: module
sensor.custom_card_tracker
andsensor.custom_component_tracker
are both enabled by default.
- Fix buttons after 0.88.x
- Don't show icon if custom name is set.
- Added custom string translation for:
name_text: Name (default) current_text: Current (default) available_text: Available (default) update_all_text: Update all (default) check_text: Check (default)
- Added exception for has_update
- Set a static domain for services
- Added exception for
hidden
- Added support for the new
custom_updater
- Added new linktypes
Fixed color when using themes
Added repo link to all names
- Renamed to tracker-card
- Added support for custom_components as well
- Added support for multiple
check
/update
services - Add support for multiple type of tracking & updating components
- Configuration breaking change:
- type: custom:tracker-card
title:
trackers:
- sensor.custom_card_tracker
- sensor.custom_component_tracker
Implemented exception for homebridge_hidden
Removed obsolete console.log
Initial release that supports versioning