Hi, is there a simple way to access the values stored in entity registry. I can’t seem to access all the values. Below is a chunk of my entity_registry.yaml file:
media_player.mediaroom:
config_entry_id:
name: Media Room
platform: squeezebox
unique_id: de:62:58:88:37:da
Specifically in an automation I want to use the unique_id field. I can access name field but not unique_id (mac address) unfortunately
I needed the mac address of the device for use with synchronizing players in squeezebox. I simply added a custom attribute for these media players called playerid in custom.yaml which carries the mac address.
The sync command required mac address only. Thanks anyway, just seemed like something I should be able to access as it is there for all to see in the entity_registry.yaml