Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions homeassistant/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1813,6 +1813,7 @@ def __init__(self, hass: HomeAssistant) -> None:

self.latitude: float = 0
self.longitude: float = 0
# Elevation (always in meters regardless of the unit system)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can/Should this be a docstring?

self.elevation: int = 0
self.location_name: str = "Home"
self.time_zone: str = "UTC"
Expand Down