I have a RLN36 Reolink DVR with cameras connected. I had this connected to HA up until yesterday.
After upgrading to 2025.8.0, I noticed none of my automations interacting with Reolink were working correctly. I investigated and saw that the device wasn't loading correctly. So, in an effort to figure out what is wrong I deleted the device to then try re-adding it to see if that resolved the issue (as that's cleared bad data in the past for other integrations and resolved issues).
However, I cannot successfully re-add the device as the integration on-boarding through the UI returns an unknown error.
I have added what I think is debug logging to my configuration.yaml, but see no errors in the logs:
logger:
default: info
logs:
homeassistant.components.reolink: debug
reolink_aio.baichuan.baichuan: debug
How can I get more useful information as to what error is occurring to open a good bug report?