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 #7

Open
GitHubxtsnl opened this issue Mar 23, 2020 · 1 comment
Open

Comments

@GitHubxtsnl
Copy link

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: gauge-card."

image

This is my .yaml config:

- type: js url: /community_plugin/gauge-card/gauge-card.js

and

# SINGLE GAUGE CARD FOR STROOM- AND GASVERBRUIK - type: custom:gauge-card title: Stroom entity: sensor.power_consumption min: 0 max: 1 severity: green: 0 amber: 0.4 red: 0.6 - type: custom:gauge-card title: Gas entity: sensor.hourly_gas_consumption min: 0 max: 0.25 severity: green: 0 amber: 0.1 red: 0.2

@GitHubxtsnl
Copy link
Author

I moved the resources to the configuration.yaml file and this fixed the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant