How to create a new (larger)Home zone?

I like to create a larger Home zone.
How to arrange this?
At the moment I did make a larger circle around home, called “Thuis”
Will this work?

What happens if a device is in home and Thuis? What state will it be?

If you manually configure a Home zone it will override the default one:

Thanks about the answer.
I did read that allready and did test this also. I wonder if this realy is overruling the home zone, because it is creating an other zone called home_2

EDIT. I did found out that you can only do this in the configurayion.yaml.
Not adding a zone in zones at the settings chapter

What you mean?

did you find a solution? I’m also trying the same right now

yes.
You need to add a home zone in your configuration.yaml like

zone:
  - name: Home
    latitude: xx.685897958213125
    longitude: x.798847436904908
    radius: 400
    icon: mdi:home

where x is your coordinates

instead of the standard home zone?

Yes indeed

ok thank u. i use right now proximty area, its working like a charm (just for infomation)

I just tried this due to some proximity issues the last few months and works great, thank you. Curious, is there a max radius?

Thanks.