mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
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
@ -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…
x
Reference in New Issue
Block a user