Add clarifying comment about unit of elevation (#88489)
* Add clarifying comment about unit of elevation * Make it a docstringpull/88605/head
parent
5bffbafae4
commit
594b7b7e2c
|
@ -1817,7 +1817,10 @@ class Config:
|
|||
|
||||
self.latitude: float = 0
|
||||
self.longitude: float = 0
|
||||
|
||||
self.elevation: int = 0
|
||||
"""Elevation (always in meters regardless of the unit system)."""
|
||||
|
||||
self.location_name: str = "Home"
|
||||
self.time_zone: str = "UTC"
|
||||
self.units: UnitSystem = METRIC_SYSTEM
|
||||
|
|
Loading…
Reference in New Issue