Zones.yaml icons not working on the front end

I can’t seem to figure out why this isn’t working.

- name: Home
  latitude: !secret homeassistant_latitude
  longitude: !secret homeassistant_longitude
  radius: 150
  icon: mdi:home

When I look at the badges on the front end, the icon is not updating. Any one else having this issue or is there something I’m missing?

I can get icon working in the customize.yaml for other entities but this one doesn’t seems to work. Thanks!