How to remove Hikvision Integration

Hi all.
RecentlyI ditched my Hik camera . Removed all references in config files, entity registry and Onvif integration. But still my log is flooded with these errors:

 Logger: hikvision.api
Source: /usr/local/lib/python3.9/site-packages/hikvision/api.py:161
First occurred: 5 kwietnia 2022, 16:20:02 (1820 occurrences)
Last logged: 07:29:36

There was an error connecting to http://192.168.166.150/MotionDetection/1/


 Logger: hikvision.api
Source: /usr/local/lib/python3.9/site-packages/hikvision/api.py:163
First occurred: 5 kwietnia 2022, 16:20:02 (1820 occurrences)
Last logged: 07:29:36

status_code 404

Any idea how to get rid of these?

Try something like

grep '192.168.166.150' -r .

in your configuration directory. It should find all files that contain your camera’s IP address.