Ive googled all over the place - but cant find how to change (in this case the Owner, and only users) username.
Ive tried edditting .storage/Auth and .storage/Auth_provider.HomeAssistant
to change the user=‘username’ - but if I then restart Home Assistant, the old username comes back.
I’m using the Home Assistant Blue and these are the steps I took, in case they can help anyone who gets here after me.
01. Setup "Samba share" from the Supervisor.
02. SSH into your Home Assistant device.
03. Type - "cd config/.storage"
04. Type - "nano auth"
05. Fine the username I need to edit, and change it.
06. Press - "CTRL + O" -> "Return" -> "CTRL + X"
07. Type - "nano auth_provider.homeassistant"
08. Find the username, and change it.
09. CTRL + O -> Return -> CTRL + X
10. Type - "ha core restart"
11. Type - "exit"