smokinjo
(Joseph)
1
There is a map in HA and it is not showing my neighborhood. My ISP is located in a different city, and it is this map showing up.
How do I switch it to my neighborhood?
I read somewhere that it can be changed in a configuration.yaml. Maybe another way? How can I update this?
In configuration.yaml (or zones.yaml if that is being included):
zone:
# This will override the default home zone
- name: Home
latitude: 32.8793367
longitude: -117.2474053
radius: 100
icon: mdi:account-multiple
Stick your Lat and Long in there.
smokinjo
(Joseph)
3
Thanks for the reply. Where is this file? I can view it form within HA?
Thanks
Joseph
You should do this over configuration.yaml file
You need to install the File Editor addon from the add-on store.
Tinkerer
(aka DubhAd on GitHub)
6
You can also set it all entirely in the Configuration menu, under Settings → General
smokinjo
(Joseph)
7
I installed file editor. how to find th efile to edit?
Tinkerer, please let me know how to set it under settings - general?
Tinkerer
(aka DubhAd on GitHub)
8
Well, it’s pretty self explanatory
Go there, and you can pick a location
nickrout
(Nick Rout)
9
Also you can use the homeassistant.set_location
service.