Please can you help me clear/remove a failed integration installation. I was trying to add the Google Nest integration and I got the client secret wrong because I missed off some characters. This causes a problem later on in the install but I cannot go back to correct it. I need to reset the installation and start over again. Is there a way i can go into the backend and edit a file etc?
For clarity, the “Discovered” integration has disappeared and there is nothing in the “Configured” section either. When I try to re-add the integration it gets to a stage where it says the “install is in progress…” and all I can do is press a “Close” button.
Well you can manually delete it. But be aware that this can break your system.
Stop home assistant.
Go to ~/homeassistant/.storage ( hidden dir )
Open in editor core.config_entries and find name of that integration and delete it there.
But before you do that make backup copy of that file just in case you mess up something so you can revert it back as it was.
Start home assistant.
Good luck.
Hi Daniel, thank you. I found the file I wanted in the .storage folder as application_credentials. I was then able to move it out to a non hidden folder to be edited using the “File editor” add-on and then moved back.
Once this was done then the “Discovered” integration appeared again and I was able to continue.