During HA installation it retrieves location coordinates from somewhere… I’m not sure but those values are bit off. I figured this out recently when working with NodeRed. I expect node red get’s this information from HA. Maybe I’m wrong but it’s not my main question.
Question is: how can I change coordinates of home zone, incl. altitude and especially radius?
Looks like all additional zones has such features.
Anyway, here is what is stated in official documentation:
If no configuration is given, the
zone
integration will create a zone for home. This zone will use location provided in theconfiguration.yaml
file and have a radius of 100 meters. To override this, create a zone configuration and name it ‘Home’ .
First 2 sentences are bit contradiction and actually not completely true. In my case no configuration is given, no zone record in configuration.yaml, but for some reason I have default home zone, which is called “Domov” (Czech language). Where this name is coming from? The rest of GUI is in English (which I prefer)
3rd sentence doesn’t make things more distinct. To take control over my home zone do I have to create entries in configuration.yaml (I suppose it’s old school approach), or should use visual editor to add zone named “Home” which will override default one? Is using “Home” word obligatory? Or I must use the same name as default zone (Domov)
thanks in advance