Doorbird Integration changes Host IP

Hi,

the Doorbird Integration worked fine on my system until one of the newer Updates of the HA Core. I sadly don’t know which one.

I receive the error:
Setup erneut versuchen: HTTPConnectionPool(host='192.168.178.247', port=80): Max retries exceeded with url: /bha-api/info.cgi (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at

The interesting fact is that I entered another IP for the doorbird station, in this case 192.168.1.236.
So I deleted the integration and entered the right IP. The Camera works now, but after a restart the IP changes again.

In the core.config_entries it looks like this:

        "entry_id": "535b1cdbbc88ec2f162cc61a7bc67808",
        "version": 1,
        "domain": "doorbird",
        "title": "192.168.178.236",
        "data": {
          "host": "192.168.178.247",
          "username": "USERNAME",
          "password": "PASSWORD",
          "name": "Doorbird Tor"

I can change the host IP… but after a restart the IP changes again.

What causes the change of the host IP adress?