Allow setting the elevation in set_location (#99978)

Co-authored-by: G Johansson <goran.johansson@shiftit.se>
This commit is contained in:
Jan Rieger 2023-09-13 18:09:12 +02:00 committed by GitHub
parent f6b094dfee
commit ee65aa91e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 40 additions and 4 deletions

View file

@ -460,6 +460,9 @@ ATTR_HIDDEN: Final = "hidden"
ATTR_LATITUDE: Final = "latitude"
ATTR_LONGITUDE: Final = "longitude"
# Elevation of the entity
ATTR_ELEVATION: Final = "elevation"
# Accuracy of location in meters
ATTR_GPS_ACCURACY: Final = "gps_accuracy"