In the GUI, I can setup the elevation of a zone. However, where is this value saved and how can I access it, for example inside a template?
I found that the entity zone.home
stores the attributes latitude
and longitude
(which can be accessed by state_attr('zone.home', 'latitude')
) but there is no elevation
or altitude
or anything else… Even with the developer tools, I can not find any attribute or entity that stores that information.