Allow setting the elevation in set_location
(#99978)
Co-authored-by: G Johansson <goran.johansson@shiftit.se>
This commit is contained in:
parent
f6b094dfee
commit
ee65aa91e8
5 changed files with 40 additions and 4 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue