mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 13:56:53 +00:00
Add elevation
in service homeassistant.set_location
(#28900)
This commit is contained in:
parent
21e9088d67
commit
a1ca73a8fc
@ -72,6 +72,7 @@ Update the location of the Home Assistant default zone (usually "Home").
|
||||
|---------------------------|----------|-------------------------------------------------------|
|
||||
| `latitude` | no | Latitude of your location. |
|
||||
| `longitude` | no | Longitude of your location. |
|
||||
| `elevation` | yes | Elevation of your location. |
|
||||
|
||||
#### Example
|
||||
|
||||
@ -81,6 +82,7 @@ action:
|
||||
data:
|
||||
latitude: 32.87336
|
||||
longitude: 117.22743
|
||||
elevation: 120
|
||||
```
|
||||
|
||||
### Service `homeassistant.toggle`
|
||||
|
Loading…
x
Reference in New Issue
Block a user