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

Plant addon issue #62

Open
cobirnm opened this issue Nov 23, 2020 · 1 comment
Open

Plant addon issue #62

cobirnm opened this issue Nov 23, 2020 · 1 comment

Comments

@cobirnm
Copy link

cobirnm commented Nov 23, 2020

Hello,

After updating to V2.0.0 I get the below error when using the plant addon:

image

Am I doing something wrong or somehting is broken?

Thank you in advance

@Klumpke
Copy link

Klumpke commented Nov 23, 2020

You are missing the mini-graph-card module in your Lovelace resources.
If you are using lovelace in yaml-mode you can add the following code to your resources.yaml file:

- url: /hacsfiles/mini-graph-card/mini-graph-card-bundle.js
  type: module

Otherwise you can go in the HomeAssistant GUI to Configuration -> Lovelace Dashboards -> Resources -> + and add the following information.

  • URL: /hacsfiles/mini-graph-card/mini-graph-card-bundle.js
  • Resource type: JavaScript Module

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

2 participants