Can set up ZHA integration. In the logs I found this when I try to select serial port:
create_serial_connection
raise PermissionError(
"The serial port is locked by another application"
) from exc
PermissionError: The serial port is locked by another application^[[0m
^[[36m2025-04-24 18:56:43.776 DEBUG (MainThread)
But nothing uses /dev/ttyAMA1. Maybe somebody faced the same problem and know how to fix it?