Custom-component mini-graph-card doesn't exist

Hello,
I am having a problem with the custom component mini-graph-card. I am using HomeAssistant Supervised on a Raspberry Pi3B +, I installed the custom-component via HACS.

I’ve this configuration in my resources:
/local/community/mini-graph-card/mini-graph-card-bundle.js

On my Raspberry, the file is in the folder
/usr/share/hassio/homeassistant/www/community/mini-graph-card/mini-graph-card-bundle.js

I use Google Chrome and I’ve try to clear the cache.

I want to show something like this

- type: 'custom:mini-graph-card'
  entities:
    - sensor.temperature_cpu

Can you help me?

Ok it’s solved…

It’s necessary to add ?v=0.9.4 at the end of the resources

/local/community/mini-graph-card/mini-graph-card-bundle.js?v=0.9.4

You should be using /hacsfiles/mini-graph-card/mini-graph-card-bundle.js instead. That disables cache and maps to config/www/community.