How do I get rid of Browser_Mod completely

I have uninstalled browser_mod from HACS, and now my log is getting spammed every 10 seconds with the following.

2021-03-10 14:51:59 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [140566264283728] Received invalid command: browser_mod/update
2021-03-10 14:52:09 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [140566264283728] Received invalid command: browser_mod/update
2021-03-10 14:52:19 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [140566264283728] Received invalid command: browser_mod/update

I have also commented out the entry for browser_mod in my config flle

automation: !include automations.yaml
binary_sensor: !include ./configuration/binary_sensor.yaml
#browser_mod: !include ./configuration/browser_mod.yaml
default_config:

I would have though that that was sufficient to completely remove this, but clearly there is some remnant that is causing these constant retries.

You may need to close any open tabs/windows that may be open to the HA dashboard, even on machines that you aren’t using at the moment.

Did you restart home assistant after that?

That was it. Thanks

I have exactly the same problem. Removed it from HACS, deleted everything in the configuration.yaml, but still have this error (Received invalid command: browser_mod/update) in the log?

I already restartet HASS. Any ideas?