Why can't I get rid of the icon on this badge?

I;ve had these badges here for a long time, but only just noticed that the icon is appearing in additon to the entity picture - I;m sure it wasn;t htere in the past:

Capture

I can;t find any way to remove it though - here’s my view code:

views:
  - title: General
    path: general
    icon: mdi:home
    badges:
      - entity: sun.sun
      - entity: device_tracker.galaxy_s10
        show_icon: false
      - entity: device_tracker.sonias_galaxy_s9

…and I;ve tried it in the entity cusomization too:

device_tracker.galaxy_s10:
  entity_picture: /local/gordon2.jpg
  friendly_name: Gordon
  show_icon: false

Ok - after some more searhcing, seems its a bug

You can get the icon to go away by setting it to hass:blank

Has been fixed a month ago, just update HA and it will be gone.