I have split up my config.yaml but the zones.yaml returns an error in the log.
configuration.yaml:
time_zone: Europe/Copenhagen
customize: !include customize.yaml
When posting logs or configuration snippets please use code blocks and syntax highlighting.
In the editor, paste the code from your zones.yaml file and then highlight your code block and press the preformatted text button indicated in this image:
This way we can see the way that you formatted it so it can be eliminated as an issue or discovered to be the cause.
I think it’s the space. Either use zone2: or zone_2:. And @cameron is right about the formatting - here’s mine (all public places so actual lat/long given):
#
# Zones
#
- name: Somerset Shopping Center
latitude: 40.577232
longitude: -74.627472
radius: 50
icon: mdi:store
- name: Watchung Shopping Center
latitude: 40.639901
longitude: -74.423001
radius: 50
icon: mdi:store
- name: Blue Star Shopping Center
latitude: 40.6511783
longitude: -74.4087588
radius: 50
icon: mdi:cart-outline