I’ve been tidying up my HA config and I wanted to remove my old custom-ui integration. I removed the entries in configuration.yaml and deleted the /config/custom_components/customizer and /config/www/custom_ui directories.
However I still see errors in the logs relating to files in the directory I just deleted as well as an entry on the Developer Tools -> Info page saying the custom UI is still installed. Whats going on ??
2020-01-17 13:39:09 ERROR (MainThread) [frontend.js.latest.202001080] https://myha.duckdns.org:8123/local/custom_ui/state-card-custom-ui.html:27:8908 Uncaught TypeError: e.push is not a function
When I navigate to the URL in the error and view the source there is a huge script, but where is it coming from…, I deleted the directory !!
OK, clearley I don’t understand whats going on here. I’ve cleared the cache on my browser and when I press CTRL+F5 I get a 404: Not Found. However if I paste the URL back into the browser I get that page back (when viewing the source)
Rebooted HA and still get the errors in the logs
2020-01-17 14:04:29 ERROR (MainThread) [frontend.js.latest.202001080] https://myha.duckdns.org:8123/local/custom_ui/state-card-custom-ui.html:27:8908 Uncaught TypeError: e.push is not a function
2020-01-17 14:04:29 ERROR (MainThread) [frontend.js.latest.202001080] https://myha.duckdns.org:8123/local/custom_ui/state-card-custom-ui.html:27:8908 Uncaught TypeError: e.push is not a function
As well as the installed version on the info page.