Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

switched to Lovelace Dashboards and card is not working anymore #8

Open
GitHubxtsnl opened this issue Mar 23, 2020 · 1 comment
Open
Labels
help wanted Extra attention is needed

Comments

@GitHubxtsnl
Copy link

GitHubxtsnl commented Mar 23, 2020

running HA 0.107.5
I recently switches to Lovelace Dashboards. I created a copy of an existing .yaml file and associated with the newly created Dashboard. An now I get the error "Custom element doesn't exist: bignumber-card."
image

This is my .yaml config:

`resources:

  • type: js
    url: /community_plugin/bignumber-card/bignumber-card.js`

and

# CARD BIG NUMBER FOR WAZE TRAVEL TIME FROM AND TO WORK - type: custom:bignumber-card title: 2-work entity: sensor.home2work scale: 30px from: left min: 0 max: 100 severity: - value: 28 style: 'var(--label-badge-green)' - value: 30 style: 'var(--label-badge-yellow)' - value: 60 style: 'var(--label-badge-red)'

@GitHubxtsnl GitHubxtsnl changed the title switches to Lovelace Dashboards and card is not working anymore switched to Lovelace Dashboards and card is not working anymore Mar 23, 2020
@vahaldor
Copy link

Have you figured it out? I have the same problem. I did not switch to anything and use several custom UI cards. All saved in [HA root]/www/ , configured in configuration.yaml as below and added as a resource with path /local/bignumber-card.js

lovelace:
resources:
- url: /local/bignumber-card.js
type: module

@iantrich iantrich added the help wanted Extra attention is needed label Aug 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants