Help with notify app - mi band 6

Hi all
I am trying to add my mi band 6 to HA. I have the pro version of notify app, I have added the url and created a token in HA which I added in notify app. Everything seems ok but it is not working.

I am getting the following in the logs

Logger: homeassistant.components.http.ban
Source: components/http/ban.py:82
Integration: HTTP (documentation, issues)
First occurred: 15:34:10 (31 occurrences)
Last logged: 17:04:17

Login attempt or request with invalid authentication from athedsl-248106.home.otenet.gr (85.73.16.200). Requested URL: '/api/states/sensor.miband_heartRate'. (okhttp/4.9.3)
Login attempt or request with invalid authentication from athedsl-248106.home.otenet.gr (85.73.16.200). Requested URL: '/api/states/sensor.miband_steps'. (okhttp/4.9.3)
Login attempt or request with invalid authentication from athedsl-248106.home.otenet.gr (85.73.16.200). Requested URL: '/api/states/sensor.miband_battery'. (okhttp/4.9.3)

I added in my http: (conf yaml)
the following

http:
#  ssl_certificate: /ssl/fullchain.pem
#  ssl_key: /ssl/privkey.pem
  use_x_forwarded_for: true
  trusted_proxies:
    - 10.0.0.200

    - 192.168.1.0/24
    - 192.168.0.0/24
    - 192.168.2.0/24

    - 85.73.16.200

but again it is not working…

Is there anyone which could help a bit please?