Manual home zone radius config doesn't update home zone?

Hi,
Tried overriding the default 100M zone, as it’s way to big to be useful for my current purpose, by using the config as per the integration page:

‘’’

Override default home zone radius of 100M

zone:

  • name: Home
    latitude: 51.356024379756576
    longitude: -0.06329413939834408
    radius: 50
    icon: mdi:home
    ‘’’

But doesn’t seem to take, at least not in the gui. No errors in logs either. Not sure what i’m doing wrong here? Developer tools does show the correct radius.

I have simply added the following to customize.yaml

zone.home:
  radius: 50

This shows correctly on the map and confirmed on the entity itself in dev tools.

Interesting, thanks.