dwainscheeren/dwains-dashboard-addons

Plant addon issue

cobirnm opened this issue · 1 comments

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

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