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?