Add clarifying comment about unit of elevation (#88489)
* Add clarifying comment about unit of elevation * Make it a docstring
This commit is contained in:
parent
5bffbafae4
commit
594b7b7e2c
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue