Proper IPv6 Address Display (or a choice) - Can this be fixed?

I realize that not many people are setup to use IPv6 - and while it appears that HA is seeing the IPv6 address handed out by my router as well as it own link-local address (starts with fe**), as well as the /64 and /128 address - I cannot get it to show me the /64 address. How does one get an Entity with the ‘right IPv6’ address? Something like what the IPv4 settings yield.

I am using the following in my sensors.yaml file to get the IPv6 - and what I get is valid, but how do I get it to show me the “proper” IPv6 address (in my case starts with 2601: )? I have scoured the dmesg output for this address - to no luck.

sensor:
  - platform: systemmonitor
    resources:
      - type: ipv6_address
        arg: enp1s0   <<<
  1. [5:02 PM]

All I get is this:

Image

  1. [5:02 PM]

but you can see it does pull the others:

Image