HA Lovelace 0.92.2 Not working custom components "Custom element doesn't exist: tracker-card."

hmm but you place it there yourself rite?
where would it be pulled from otherwise?

No, if you’ve configured custom-updater right with a tracker.json file then it knows where to grab the js files from:

custom_updater:
  hide_sensor: false
  track:
    - components
    - cards
    - python_scripts
  component_urls:
    - https://raw.githubusercontent.com/pnbruckner/homeassistant-config/master/custom_components.json
  card_urls:
    - https://raw.githubusercontent.com/kalkih/mini-media-player/master/tracker.json
    - https://raw.githubusercontent.com/kalkih/mini-graph-card/master/tracker.json
    - https://raw.githubusercontent.com/iammexx/home-assistant-config/master/ui/darksky/version.json
    - https://raw.githubusercontent.com/benct/lovelace-multiple-entity-row/master/tracker.json
1 Like

ok added it to my config file.
Does it also create the folders?

Awesome the custom_updater works. it pulles all the files to the rite folder!