Cannot find Power Flow Card Plus in card selection

I installed Power Flow Card Plus (v0.2.4) in HACS. According to the instructions the UI should be available the card selector in dashboards. In my card selector I can find many cards which a can easily add to my dashboard. However, I cannot find the Power Flow Card Plus as described in instruction and tutorials.

Even after rebooting the whole system the card is not selectable.

Core: 2024.11.2

Operating System: 13.2

Have you tried selecting the Manual option and entering the code from one of the examples?

Thanks for the hint, I was finally able to solve the problem.

For those who will run into similar problems. I tried to add the code manually, then I got this error: “Custom element not found: power-flow-card-plus”

Based on that I retried to install, i.e. download the Power Flow Card Plus again. Then I got this message which led me to the solution.

I finally added the following lines in my configuration yaml:

lovelace:
 mode: storage
 resources:
  - url: /hacsfiles/power-flow-card-plus/power-flow-card-plus.js
    type: module

Additional information can be found in the post from GoodyGizmos

1 Like

Thanks for bringing this topic up. I’m also not seeing any of my custom Lovelace cards when trying to add cards to dashboards. They show downloaded and available in hacs, but not available when looking at available cards.

Did you modify the configuration file?

Are you referring to the configuration.yml file ?
If so, not yet…

Yes I referring to the configuration YAML file.

1 Like