I have some Users in my household that use HA, as a user (not admin). How do I add these existing users as a Person, so I can use the User Pictures? Creating a new Person allows selecting whether this new Person can log in, followed by the Create User dialogue. But I have existing Users that I want to retain. Is it possible?
Secondary to this: Why are there 2 content types for this? No complaint, just trying to understand
If anyone stumble upon this, as I did, be aware this adjustment bricked my hass install. Maybe I made a typo or maybe not, roll the dice but before you do make a full backup.
I had a similar issue where a Person and a User somehow became unlinked. After reading the suggestion to manually edit the storage data, I found that the same re-association can be done via the UI:
Delete the “User” that you wish to associate with a “Person”. If you don’t know the password associated to the user, you’ll have to create a new password to allow the user to login.
Update the “Person” to have permissions to login.
The “User” has now been recreated and linked to the “Person”.
I would also like to add a word of caution. As Johnny_tried bricked his install, so did I.
I believe the problem was that I forgot the quotation marks.
I double clicked the hex string in the auth file, then copying it. I then went to the person file and double clicked null as user_id, pasting the hex string. When doing so, no quotation marks (") was pasted, and none was inserted by me either. After restarting the server it was completely bricked.
Luckily I have automatic Google Drive backup, so I lost an hour of my time and a day worth of sensor data. But that was about it.
I dared to try it again with quotation marks now when writing this post, and that worked successfully!