BigNocciolino / CryptoTracker

Integration for Home Assistant to implement a crypto tracking system
23 stars 4 forks source link

The system cannot restart because the configuration is not valid: Platform error sensor.cryptostate - Integration 'cryptostate' not found #14

Closed t34wrj closed 2 years ago

t34wrj commented 2 years ago

I am having trouble installing this integration. Having installed it in HACS, and added it to my configuration.yaml, I receive the following error:

'The system cannot restart because the configuration is not valid: Platform error sensor.cryptostate - Integration 'cryptostate' not found'

I have copied and pasted the YAML from the example and this still does not work.

Is this anything to do with the spelling of the 'custom_components/CryptoTrakcer'?

Thanks for your help.

BigNocciolino commented 2 years ago

Hi thanks for reporting.

First of all, after installing the component, before modifying the configuration.yaml file, restart the server and then modify the configuration file. And after another reboot everything should work.

If that doesn't work it is likely that the component installation process was unsuccessful. To check, you should check if in the /config/custom_components folder if there is a folder called cryptostate and if the necessary files are present.

If they are not present, try to delete the component from HACS and retry the installation

t34wrj commented 2 years ago

Thanks. I reinstalled this in HACS and there is now no longer a 'custom_components/CryptoTrakcer' folder present...it now shows 'custom_components/cryptostate' instead.

BigNocciolino commented 2 years ago

Hi, now technically the component should work, let me know.

t34wrj commented 2 years ago

Hi - this works really well now. Thank you.