Improve login screen (better autofill for password managers + autofocus cursor)

I’d be nice if the tags on the login fields were correct for password managers and such to understand them and autofill them.
https://hiddedevries.nl/en/blog/2018-01-13-making-password-managers-play-ball-with-your-login-form
That blog post might be able to help.
Also, having the login field (and two auth code field) ‘auto-focus’ the cursor. That’s another click less then

This would be great.

I noted In my own post about this (Because I missed this one somehow) an issue I am having is it appears Home-assistant loads the new Login form using javascript and using javascript in this way breaks most Password manager auto-input mechanisms - see note #2.

Simply tagging login fields correctly might not fix this