I have a custom component that in the code it setup the registry_name in order to setup the friendly_name.
Since version 0.96, the friendly name is no more updated.
I did not find information regarding this change of Entity usage.
replace usage of self.registry_name by self.name directly but in my Entity class constructor I initialize entity id like this
self.entity_id = “{}.{}day{}”.format(‘sensor’, COMPONENT_NAME, index)
This was something I missed in comments from changing the way of custom components
Now my Home assistant display will be back to normal