Homeassistant 0.116.0 -> Bridge reboot

Two days ago I updated Homeassistant from 0.115.6 to 0.116.0 and now I cannot connect to my Nuki Bridge anymore.

Everything is working in Browser or with the Android app, but with HA always the same exception described here.

What I found out today, while looking in the Bridge log is, that the bridge seems to do a bridge reboot (or something like that):

{"timestamp": "2020-10-09T16:56:42+00:00", "type": "HTTP-Log"},
{"timestamp": "2020-10-09T16:56:07+00:00", "type": "SSE-PushNukisResponse"},
{"timestamp": "2020-10-09T16:56:07+00:00", "type": "SSE-PushNukisRequest", "count": 1},
{"timestamp": "2020-10-09T16:56:04+00:00", "nukiId": "MYLOCKID", "type": "BLE-Disconnected", "pairIndex": 0, "bleHandle": "0001"},
{"timestamp": "2020-10-09T16:56:04+00:00", "nukiId": "MYLOCKID", "type": "BLE-Disconnect", "pairIndex": 0, "bleHandle": "0001"},
{"timestamp": "2020-10-09T16:56:04+00:00", "nukiId": "MYLOCKID", "type": "BLE-UpdateTime"},
{"timestamp": "2020-10-09T16:56:04+00:00", "nukiId": "MYLOCKID", "type": "BLE-GetChallenge", "pairIndex": 0},
{"timestamp": "2020-10-09T16:56:04+00:00", "nukiId": "MYLOCKID", "type": "BLE-ReadConfig"},
{"timestamp": "2020-10-09T16:56:04+00:00", "nukiId": "MYLOCKID", "type": "BLE-GetChallenge", "pairIndex": 0},
{"timestamp": "2020-10-09T16:56:04+00:00", "nukiId": "MYLOCKID", "type": "BLE-ReadStates", "pairIndex": 0},
{"timestamp": "2020-10-09T16:56:04+00:00", "nukiId": "MYLOCKID", "type": "BLE-TurnOnNotific", "pairIndex": 0},
{"timestamp": "2020-10-09T16:56:04+00:00", "nukiId": "MYLOCKID", "type": "BLE-GetHandles", "pairIndex": 0, "characteristic": 143},
{"timestamp": "2020-10-09T16:56:04+00:00", "nukiId": "MYLOCKID", "type": "BLE-GetHandles", "pairIndex": 0, "characteristic": 146},
{"timestamp": "2020-10-09T16:56:04+00:00", "type": "SSE-PushNukisResponse"},
{"timestamp": "2020-10-09T16:56:04+00:00", "nukiId": "MYLOCKID", "type": "BLE-DiscoverServices", "pairIndex": 0},
{"timestamp": "2020-10-09T16:56:04+00:00", "nukiId": "MYLOCKID", "type": "BLE-Connected", "pairIndex": 0, "bleHandle": "0001"},
{"timestamp": "2020-10-09T16:56:04+00:00", "type": "BLE-Connect", "macAddr": "MYMACADDR"},
{"timestamp": "2020-10-09T16:56:04+00:00", "nukiId": "MYLOCKID", "type": "BLE-Connect", "pairIndex": 0},
{"timestamp": "2020-10-09T16:56:04+00:00", "type": "SSE-TimeResponse"},
{"timestamp": "2020-10-09T16:55:52+00:00", "type": "SSE-PushNukisResponse"},
{"timestamp": "2020-10-09T16:55:52+00:00", "type": "SSE-PushNukisRequest", "count": 1},
{"timestamp": "2020-10-09T16:55:52+00:00", "type": "SSE-Gettime"},
{"timestamp": "2020-10-09T16:55:52+00:00", "type": "SSE-Connected", "serverNum": 6},
{"timestamp": "2020-10-09T16:55:52+00:00", "type": "SSE-PushNukisRequest", "count": 1},
{"timestamp": "2020-10-09T16:55:48+00:00", "type": "WLAN-Connected", "ipAddr": "192.168.XXX.XXX"},
{"timestamp": "2020-10-09T16:55:44+00:00", "nukiId": "MYLOCKID", "type": "BLE-StatusOnline", "pairIndex": 0},
{"timestamp": "2020-10-09T16:55:42+00:00", "type": "WLAN-Connect"},
{"timestamp": "2020-10-09T16:55:42+00:00", "type": "WLAN-Init"},
{"timestamp": "2020-10-09T16:55:41+00:00", "type": "WiFi-Version", "version": "2.1.17"},
{"timestamp": "2020-10-09T16:55:41+00:00", "type": "System-Startup", "version": "2.7.0", "resetCause": "00"},
{"timestamp": "2020-10-09T16:55:41+00:00", "type": "HTTP-List"},
{"timestamp": "2020-10-09T16:55:41+00:00", "type": "HTTP-Info"},
{"timestamp": "2020-10-09T16:55:24+00:00", "type": "HTTP-Log"},

These log entries between the tow “HTTP-Log” entries are created every time I restart Homeassistant.
Sadly even a downgrade to HA 0.115.6 doesn’t change anything?!
What is happening here?

Thanks in advance for your support.