"Integration not found" message in the Log after pyscript uninstall

Hi. I have messed something up! I installed the pyscript integration, found it didn’t do what I wanted and uninstalled it. However, now when I restart HA, I get a “Integration not found” alert.

Logger: homeassistant.setup
Source: setup.py:138
First occurred: 1:34:17 PM (1 occurrences)
Last logged: 1:34:17 PM

Setup failed for pyscript: Integration not found.

I’ve checked my config.yaml. I’ve done a find using the Terminal but can’t find any files. I’ve checked the config under Server and that passes. I’ve looked under the Integrations and HACS integrations but pyscript not showing.

What have I missed?! It’s like it’s missed something when I did the uninstall. Any pointers appreciated!

I had a similar problem with a different custom integration. I finally managed to remove it with these steps:

  1. Re-install custom integration from HACS (Community) (I chose an older version than the version I had running incase it made a difference… not sure if it was necessary. I didn’t update it.)
  2. Restart Home-Assistant
  3. Find the integration in the main “Configuration > Integrations” list and chose “Delete”
  4. Find the integration in “HACS > Integrations” list and chose “Uninstall”
  5. Restart Home-Assistant and check your Logs.
    Hope this works for you!
2 Likes