All of the threads in my searching so far have been about a dynamic changing of the picture.
I just want the picture, for the group ‘Person Nancy and Paul’ to be like the actual person.
I had a look to see if you could use a group as the tracker for a person (which you could then apply the picture to). You cant. You can only use tracker entities.
You can add more than one tracker to a person though. So I suggest you create a new person (Paul and Nancy) with all the trackers that both you and Nancy use. Then delete the group.
You can do this if you customize the group, just not an option in its configuration. Add this to your group in the customize menu (or in customize.yaml if you prefer):
Then you can see this:
entity_picture is a generic attribute that the UI recognizes which can be added to anything via customization. Just not all types of integrations have a direct configuration option for it.
I added it to my custom where I do the device trackers. When it did not work I try other settings that worked with the person.
Am I still missing something?
While I was typing this, I was going to get a screenshot of the output, and it was there. I hit refresh with the ctrl key + f5.
Anyway, it works now. Don’t ask what I was smoking.
When you change customizations in YAML and then hit the “reload customizations & location” option in server controls those customizations don’t take effect until the next state change of those entities. Assuming you did that what probably happened is they did correctly load but didn’t take effect until the next time group.person had any state change.
The UI avoids this I believe by auto-reloading the state of the entity you customized. Also restarting HA avoids this because it recreates state and uses the new customizations it found.